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