How to pipe from Readable(node:stream) to WritableStream(Minimum common web API) in Node.js (or the other way around, ReadableStream(Minimum common web API) to Writable(node:stream))?
如题
还有反过来(ReadableStream(Minimum common web API) pipe 到 Writable(node:stream))
import stream from "node:stream";
stream.Readable.fromWeb
stream.Readable.toWeb
stream.Writable.fromWeb
stream.Writable.toWeb