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 back pressure and queuing.
Type Parameters Jump to heading
Jump to headingW = anyProperties Jump to heading
readonly
Jump to headinglocked: booleanMethods Jump to heading
Jump to headingabort(reason?: any): Promise<void>Jump to headingclose(): Promise<void>Type Parameters Jump to heading
Jump to headingW = any