class default.Readable
extends ReadableBase
Static Methods Jump to heading
Jump to headingfromWeb(readableStream: streamWeb.ReadableStream,options?: Pick<ReadableOptions, "encoding"
| "highWaterMark"
| "objectMode"
| "signal">,): ReadableA utility method for creating a Readable from a web ReadableStream.
Jump to headingtoWeb(streamReadable: Readable): streamWeb.ReadableStreamA utility method for creating a web ReadableStream from a Readable.