Skip to main content
property StaticEventEmitterIteratorOptions.lowWaterMark

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

Type

number | undefined
Back to top