Skip to main content
Module

x/evt/lib/types/index.ts>dom.CountQueuingStrategy

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.CountQueuingStrategy
implements QueuingStrategy
import { type dom } from "https://deno.land/x/evt@v2.4.3/lib/types/index.ts";
const { CountQueuingStrategy } = 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: any): 1