WebStreamsWritableStreaminterface WritableStreamThis 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 ##W = any Properties ##locked: boolean readonlyMethods ##abort(reason?: any): Promise<void> #close(): Promise<void> #getWriter(): WritableStreamDefaultWriter<W> variable WritableStreamProperties ##prototype: WritableStream readonly
interface WritableStreamThis 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 ##W = any Properties ##locked: boolean readonlyMethods ##abort(reason?: any): Promise<void> #close(): Promise<void> #getWriter(): WritableStreamDefaultWriter<W>