Skip to main content
ByteLengthQueuingStrategy - node__stream--web.d.ts - Node documentation
interface ByteLengthQueuingStrategy
extends QueuingStrategy<ArrayBufferView>

Usage in Deno

```typescript import { type ByteLengthQueuingStrategy } 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
readonly
size: QueuingStrategySize<ArrayBufferView>
variable ByteLengthQueuingStrategy
`ByteLengthQueuingStrategy` class is a global reference for `import { ByteLengthQueuingStrategy } from 'node:stream/web'`. https://nodejs.org/api/globals.html#class-bytelengthqueuingstrategy

Type

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