← Back to index
interface CountQueuingStrategy

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

Properties

🔗
highWaterMark: number

Methods

🔗
size(chunk: any): 1