interface CountQueuingStrategy
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
This Streams API interface provides a built-in byte length queuing strategy that can be used when constructing streams.
highWaterMark: number
size: QueuingStrategySize
CountQueuingStrategy
class is a global reference for import { CountQueuingStrategy } from 'node:stream/web'
.
https://nodejs.org/api/globals.html#class-countqueuingstrategy
globalThis extends { onmessage: any; CountQueuingStrategy: infer T; } ? T : stream/web