Skip to content

Commit 8792c7c

Browse files
addaleaxMylesBorins
authored andcommitted
doc: add missing events.on metadata
This was missed in the original PR. Refs: #34912 PR-URL: #37965 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 062541a commit 8792c7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/events.md

+4
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,10 @@ const { getEventListeners, EventEmitter } = require('events');
849849
added:
850850
- v11.13.0
851851
- v10.16.0
852+
changes:
853+
- version: v15.0.0
854+
pr-url: https://github.com/nodejs/node/pull/34912
855+
description: The `signal` option is supported now.
852856
-->
853857

854858
* `emitter` {EventEmitter}

0 commit comments

Comments
 (0)