interface ByteLengthQueuingStrategy
extends QueuingStrategy<ArrayBufferView>
Properties #
#highWaterMark: number readonly
#size: QueuingStrategySize<ArrayBufferView> readonly
variable ByteLengthQueuingStrategy
The constructor object for ByteLengthQueuingStrategy, used to
create a queuing strategy that measures each chunk by its byteLength toward
the stream's high water mark.
Properties #
#prototype: ByteLengthQueuingStrategy readonly