Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
class ByteLengthQueuingStrategy
import { ByteLengthQueuingStrategy } from "https://deno.land/x/darkflare@v5.0.3/types/mod.d.ts";

Constructors

new
ByteLengthQueuingStrategy(init: QueuingStrategyInit)

Properties

readonly
highWaterMark: number

Methods

size(chunk?: any): number