method default.Readable.fromWeb
unstable
Readable.fromWeb(readableStream: streamWeb.ReadableStream,options?: Pick<ReadableOptions, "encoding"
| "highWaterMark"
| "objectMode"
| "signal">,): ReadableDeprecated
A utility method for creating a Readable from a web ReadableStream.
optional
options: Pick<ReadableOptions, "encoding"
| "highWaterMark"
| "objectMode"
| "signal">