ReadableStream<T>
Exported By | |
---|---|
All Implemented Interfaces | |
All Known Direct Subclasses |
The lite implementation of ReadableStream.
Supports the getReader() method and locked property.
The only method of underlying sources that is supported is enqueueing, closing, and erroring.
Pulling (including backpressure and sizes) and cancellation are not supported.
new ReadableStream<T>()
Parameters | None. |
---|