Skip to main content
CountQueuingStrategy - node__stream--web.d.ts - Node documentation
interface CountQueuingStrategy

Usage in Deno

```typescript import { type CountQueuingStrategy } from "node:node__stream--web.d.ts"; ```
This Streams API interface provides a built-in byte length queuing strategy that can be used when constructing streams.

Properties

readonly
highWaterMark: number
variable CountQueuingStrategy
`CountQueuingStrategy` class is a global reference for `import { CountQueuingStrategy } from 'node:stream/web'`. https://nodejs.org/api/globals.html#class-countqueuingstrategy

Type

globalThis extends { onmessage: any; CountQueuingStrategy: infer T; } ? T : stream/web