File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1673,12 +1673,11 @@ changes:
1673
1673
* ` eventName ` {string|symbol} The name of the event being listened for
1674
1674
* ` options ` {Object}
1675
1675
* ` signal ` {AbortSignal} Can be used to cancel awaiting events.
1676
- * ` close ` - {string\[ ] } Can be used to set event names that will end
1677
- the iteration.
1676
+ * ` close ` - {string\[ ] } Event names that will end the iteration.
1678
1677
* ` highWatermark ` - {integer} ** Default:** ` Number.MAX_SAFE_INTEGER `
1679
- Sets the ` highWaterMark ` used for the stream .
1678
+ The low watermark. The emitter is resumed every time size is lower than it .
1680
1679
* ` lowWatermark ` - {integer} ** Default:** ` 1 `
1681
- Sets the ` lowWaterMark ` used for the stream .
1680
+ The high watermark. The emitter is paused every time size is higher than it .
1682
1681
* Returns: {AsyncIterator} that iterates ` eventName ` events emitted by the ` emitter `
1683
1682
1684
1683
``` mjs
You can’t perform that action at this time.
0 commit comments