Skip to main content
class CountQueuingStrategy
implements QueuingStrategy

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

Constructors

new
CountQueuingStrategy(options: { highWaterMark: number; })

Properties

highWaterMark: number

Methods

size(chunk: any): 1