Usage in Deno
import * as mod from "node:stream/web";
I
v
ByteLengthQueuingStrategy
This Streams API interface provides a built-in byte length queuing strategy that can be used when constructing streams.
I
v
I
v
CountQueuingStrategy
This Streams API interface provides a built-in byte length queuing strategy that can be used when constructing streams.
I
v
I
I
I
I
v
ReadableByteStreamController
No documentation available
I
I
v
ReadableStream
This Streams API interface represents a readable stream of byte data.
I
v
I
v
I
I
I
I
I
I
I
I
I
v
I
I
I
I
I
v
I
v
I
I
I
I
I
I
I
I
I
I
v
I
v
WritableStreamDefaultController
This Streams API interface represents a controller allowing control of a WritableStream's state. When constructing a WritableStream, the underlying sink is given a corresponding WritableStreamDefaultController instance to manipulate.
I
v
WritableStreamDefaultWriter
This Streams API interface is the object returned by WritableStream.getWriter() and once created locks the < writer to the WritableStream ensuring that no other streams can write to the underlying sink.
T
T
T
T
T