ByteLengthQueuingStrategy - Node documentation
interface ByteLengthQueuingStrategy
extends QueuingStrategy<ArrayBufferView>

Usage in Deno

import { type ByteLengthQueuingStrategy } from "node:stream/web";

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>