QueuingStrategy
@JSType
- Type parameters:
- T
Type of the Chunks returned by the Stream
class Object
trait Any
class Object
trait Matchable
class Any
Value members
Inherited methods
Abstract fields
@ExposedJSMember
A non-negative number indicating the high water mark of the stream using this queuing strategy.
A non-negative number indicating the high water mark of the stream using this queuing strategy.
@ExposedJSMember
(non-byte streams only)
(non-byte streams only)
The result is used to determine backpressure, manifesting via the appropriate desiredSize property. For readable streams, it also governs when the underlying source's ReadableStreamUnderlyingSource.pull method is called.
A function that computes and returns the finite non-negative size of the given chunk value.