* The high watermark. The emitter is paused every time size is higher than it * @returns {number}
()
| 1160 | * @returns {number} |
| 1161 | */ |
| 1162 | get high() { |
| 1163 | return highWatermark; |
| 1164 | }, |
| 1165 | /** |
| 1166 | * It checks whether the emitter is paused by the watermark controller or not |
| 1167 | * @returns {boolean} |
no outgoing calls
no test coverage detected