As discussed in https://github.com/sindresorhus/execa/issues/593#issuecomment-1856839994 We should support web streams for the `stdin`/`stdout`/`stderr` options. We can implement this by converting them to Node.js streams using [`stream.Readable.fromWeb()`](https://nodejs.org/api/stream.html#streamreadablefromwebreadablestream-options) and [`stream.Writable.fromWeb()`](https://nodejs.org/api/stream.html#streamwritablefromwebwritablestream-options)