ByteLengthQueuingStrategy

The ByteLengthQueuingStrategy interface of the Streams API provides a built-in byte length queuing strategy that can be used when constructing streams.

MDN Reference

Constructors

Link copied to clipboard
constructor(init: QueuingStrategyInit)

Properties

Link copied to clipboard
open override val highWaterMark: Double

The read-only ByteLengthQueuingStrategy.highWaterMark property returns the total number of bytes that can be contained in the internal queue before backpressure is applied.

Link copied to clipboard