interface CountQueuingStrategy
extends QueuingStrategy
This Streams API interface provides a built-in byte length queuing strategy that can be used when constructing streams.
Properties #
#highWaterMark: number readonly
#size: QueuingStrategySize readonly
variable CountQueuingStrategy
The constructor object for CountQueuingStrategy, used to create a
queuing strategy that counts each chunk as a single unit toward the stream's
high water mark.
Properties #
#prototype: CountQueuingStrategy readonly