ReadableStreamDefaultController<T>
Exported By | |
---|---|
Extends | |
All Implemented Interfaces |
The controller for a ReadableStream. Adds cancellation and backpressure onto the liteImpl DefaultController.
new ReadableStreamDefaultController<T>( stream, cancelAlgorithm, pullAlgorithm, strategyHWM, strategySizeAlgorithm )
Parameters |
|
---|