property StaticEventEmitterIteratorOptions.lowWaterMark Usage in Denoimport { type StaticEventEmitterIteratorOptions } from "node:events"; 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