interface WritableStream
This Streams API interface provides a standard abstraction for writing streaming data to a destination, known as a sink. This object comes with built-in backpressure and queuing.
Type Parameters Jump to heading
Jump to headingW = any
Properties Jump to heading
readonly
Jump to headinglocked: boolean
Methods Jump to heading
Jump to headingabort(reason?: any): Promise<void>
Jump to headingclose(): Promise<void>