variable CountQueuingStrategy
type
🔗
{ readonly prototype: CountQueuingStrategy; new (options: { highWaterMark: number; }): CountQueuingStrategy; }
{ readonly prototype: CountQueuingStrategy; new (options: { highWaterMark: number; }): CountQueuingStrategy; }
This Streams API interface provides a built-in byte length queuing strategy that can be used when constructing streams.
highWaterMark: number