Skip to main content
QueuingStrategyInit - node__stream--web.d.ts - Node documentation
interface QueuingStrategyInit

Usage in Deno

```typescript import { type QueuingStrategyInit } from "node:node__stream--web.d.ts"; ```

Properties

Creates a new ByteLengthQueuingStrategy with the provided high water mark. Note that the provided high water mark will not be validated ahead of time. Instead, if it is negative, NaN, or not a number, the resulting ByteLengthQueuingStrategy will cause the corresponding stream constructor to throw.