interface CountQueuingStrategy
          
   extends QueuingStrategy
Usage in Deno
import { type CountQueuingStrategy } from "node:stream/web";
This Streams API interface provides a built-in byte length queuing strategy that can be used when constructing streams.
readonly
highWaterMark: number
      
    readonly
size: QueuingStrategySize