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