Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CountQueuingStrategy

This Streams API interface provides a built-in byte length queuing strategy that can be used when constructing streams.

interface CountQueuingStrategy extends QueuingStrategy {
readonly highWaterMark: number;
readonly size: QueuingStrategySize;
}
var CountQueuingStrategy: {};

§Extends

§Properties

§
readonly highWaterMark: number
[src]