Usage in Deno
import * as mod from "node:stream/web";
This Streams API interface provides a built-in byte length queuingstrategy that can be used when constructing streams.
This Streams API interface provides a built-in byte length queuingstrategy that can be used when constructing streams.
This Streams API interface represents a readable stream of byte data.
This Streams API interface provides a standard abstraction for writingstreaming data to a destination, known as a sink. This object comes withbuilt-in back pressure and queuing.
This Streams API interface represents a controller allowing control of aWritableStream's state. When constructing a WritableStream, theunderlying sink is given a corresponding WritableStreamDefaultControllerinstance to manipulate.
This Streams API interface is the object returned byWritableStream.getWriter() and once created locks the < writer to theWritableStream ensuring that no other streams can write to the underlyingsink.