Classes
CountQueuingStrategy
This Streams API interface provides a built-in byte length queuing strategy that can be used when constructing streams.
Implements
Constructors
new CountQueuingStrategy()
new CountQueuingStrategy(init): CountQueuingStrategy
Parameters
| Parameter | Type | 
|---|---|
| init | QueuingStrategyInit | 
Returns
Properties
| Property | Modifier | Type | Description | 
|---|---|---|---|
| highWaterMark | readonly | number | MDN Reference | 
| size | readonly | QueuingStrategySize<any> | MDN Reference |