class default.Writable
extends WritableBase
Static Methods Jump to heading
Jump to headingfromWeb(writableStream: streamWeb.WritableStream,options?: Pick<WritableOptions, "decodeStrings"
| "highWaterMark"
| "objectMode"
| "signal">,): WritableA utility method for creating a Writable from a web WritableStream.
Jump to headingtoWeb(streamWritable: Writable): streamWeb.WritableStreamA utility method for creating a web WritableStream from a Writable.