Skip to main content
Module

x/evt/lib/types/lib.dom.ts>ByteLengthQueuingStrategy

💧EventEmitter's typesafe replacement
Go to Latest
interface ByteLengthQueuingStrategy
implements QueuingStrategy<ArrayBufferView>
import { type ByteLengthQueuingStrategy } from "https://deno.land/x/evt@v2.4.3/lib/types/lib.dom.ts";

This Streams API interface provides a built-in byte length queuing strategy that can be used when constructing streams.

Properties

highWaterMark: number

Methods

size(chunk: ArrayBufferView): number