Interfaces

I
ByteLengthQueuingStrategy
No documentation available
I
CountQueuingStrategy

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

I
PipeOptions
No documentation available
I
QueuingStrategy
No documentation available
I
QueuingStrategySizeCallback
No documentation available
I
v
ReadableByteStreamController
No documentation available
I
ReadableByteStreamControllerCallback
No documentation available
I
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
ReadableStreamBYOBReadDoneResult
No documentation available
I
v
ReadableStreamBYOBReader
No documentation available
I
ReadableStreamBYOBReaderReadOptions
No documentation available
I
ReadableStreamBYOBReadValueResult
No documentation available
I
v
ReadableStreamBYOBRequest
No documentation available
I
v
ReadableStreamDefaultController
No documentation available
I
ReadableStreamDefaultControllerCallback
No documentation available
I
ReadableStreamDefaultReadDoneResult
No documentation available
I
ReadableStreamDefaultReader
No documentation available
I
ReadableStreamDefaultReadValueResult
No documentation available
I
ReadableStreamErrorCallback
No documentation available
I
Transformer
No documentation available
I
TransformStream
No documentation available
I
v
TransformStreamDefaultController
No documentation available
I
TransformStreamDefaultControllerCallback
No documentation available
I
UnderlyingByteSource
No documentation available
I
UnderlyingSink
No documentation available
I
UnderlyingSource
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
I
I
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
WritableStreamErrorCallback
No documentation available

Type Aliases

T
ReadableStreamBYOBReadResult
No documentation available
T
ReadableStreamDefaultReadResult
No documentation available