interface ByteLengthQueuingStrategy
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.
readonly
highWaterMark: number
readonly
size: QueuingStrategySize<ArrayBufferView>