Skip to main content

highWaterMark

property StaticEventEmitterIteratorOptions.highWaterMark

The high watermark. The emitter is paused every time the size of events being buffered is higher than it. Supported only on emitters implementing pause() and resume() methods.

number | undefined
Back to top