nx.js
Classes

ByteLengthQueuingStrategy

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

MDN Reference

Implements

Constructors

new ByteLengthQueuingStrategy()

new ByteLengthQueuingStrategy(init): ByteLengthQueuingStrategy

Parameters

ParameterType
initQueuingStrategyInit

Returns

ByteLengthQueuingStrategy

Properties

PropertyModifierTypeDescription
highWaterMarkreadonlynumberMDN Reference
sizereadonlyQueuingStrategySize<ArrayBufferView>MDN Reference

On this page