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