Streams - Web documentation

Interfaces

I
v
ByteLengthQueuingStrategy
No documentation available
I
v
CompressionStream

An API for compressing a stream of data.

I
v
CountQueuingStrategy

This Streams API interface provides a built-in byte length queuing strategy that can be used when constructing streams.

I
v
DecompressionStream

An API for decompressing a stream of data.

I
GenericTransformStream
No documentation available
I
QueuingStrategy
No documentation available
I
QueuingStrategyInit
No documentation available
I
QueuingStrategySize
No documentation available
I
v
ReadableByteStreamController
No documentation available
I
v
ReadableStream

This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object.

I
v
ReadableStreamBYOBReader
No documentation available
I
ReadableStreamBYOBReaderReadOptions
No documentation available
I
v
ReadableStreamBYOBRequest
No documentation available
I
v
ReadableStreamDefaultController
No documentation available
I
v
ReadableStreamDefaultReader
No documentation available
I
ReadableStreamGenericReader
No documentation available
I
ReadableStreamGetReaderOptions
No documentation available
I
ReadableStreamIteratorOptions
No documentation available
I
ReadableStreamReadDoneResult
No documentation available
I
ReadableStreamReadValueResult
No documentation available
I
ReadableWritablePair
No documentation available
I
StreamPipeOptions
No documentation available
I
Transformer
No documentation available
I
TransformerCancelCallback
No documentation available
I
TransformerFlushCallback
No documentation available
I
TransformerStartCallback
No documentation available
I
TransformerTransformCallback
No documentation available
I
v
TransformStream
No documentation available
I
v
TransformStreamDefaultController
No documentation available
I
UnderlyingByteSource
No documentation available
I
UnderlyingDefaultSource
No documentation available
I
UnderlyingSink
No documentation available
I
UnderlyingSinkAbortCallback
No documentation available
I
UnderlyingSinkCloseCallback
No documentation available
I
UnderlyingSinkStartCallback
No documentation available
I
UnderlyingSinkWriteCallback
No documentation available
I
UnderlyingSource
No documentation available
I
UnderlyingSourceCancelCallback
No documentation available
I
UnderlyingSourcePullCallback
No documentation available
I
UnderlyingSourceStartCallback
No documentation available
I
v
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 backpressure and queuing.

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.

I
ReadableByteStreamControllerCallback
No documentation available

Type Aliases

T
CompressionFormat
No documentation available
T
ReadableStreamController
No documentation available
T
ReadableStreamReader
No documentation available
T
ReadableStreamReaderMode
No documentation available
T
ReadableStreamReadResult
No documentation available
T
ReadableStreamType
No documentation available
T
PipeOptions
No documentation available
T
QueuingStrategySizeCallback
No documentation available
T
ReadableStreamDefaultControllerCallback
No documentation available
T
ReadableStreamErrorCallback
No documentation available
T
TransformStreamDefaultControllerCallback
No documentation available
T
T
T
T
WritableStreamErrorCallback
No documentation available