Skip to main content
Module

x/commandis/mod.ts>dom.ByteLengthQueuingStrategy

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.ByteLengthQueuingStrategy
implements QueuingStrategy<ArrayBufferView>
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { ByteLengthQueuingStrategy } = dom;

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