ReadableStream<T>
Exported By | |
---|---|
All Known Subinterfaces | |
All Known Implementations | |
Alias for |
The lite 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.