stream/web
Usage in Deno
import * as mod from "node:stream/web";
Interfaces Jump to heading
Iv
ByteLengthQueuingStrategy
This Streams API interface provides a built-in byte length queuing strategy that can be used when constructing streams.
Iv
Iv
CountQueuingStrategy
This Streams API interface provides a built-in byte length queuing strategy that can be used when constructing streams.
Iv
I
I
I
Iv
ReadableByteStreamController
No documentation available
I
Iv
ReadableStream
This Streams API interface represents a readable stream of byte data.
Iv
Iv
I
I
I
I
I
I
I
I
Iv
I
I
I
I
Iv
Iv
I
I
I
I
I
I
I
I
I
Iv
Iv
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.
Iv
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.
Type Aliases Jump to heading
T
T
T
T
T