Skip to main content
interface ByteLengthQueuingStrategy
extendsQueuingStrategy<ArrayBufferView> ,

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

Properties

readonly
highWaterMark: number
readonly
size: QueuingStrategySize<ArrayBufferView>
Back to top