Skip to main content

WritableStream

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

Properties Jump to heading

readonly
Jump to headinglocked: boolean

Type Parameters Jump to heading

Back to top