Skip to main content
Module

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

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