Skip to content

Commit 0bb6fe3

Browse files
addaleaxtargos
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 e2f531f commit 0bb6fe3

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
@@ -891,6 +891,10 @@ const { getEventListeners, EventEmitter } = require('events');
891891
added:
892892
- v11.13.0
893893
- v10.16.0
894+
changes:
895+
- version: v14.17.0
896+
pr-url: https://github.com./nodejs/node/pull/34912
897+
description: The `signal` option is supported now.
894898
-->
895899

896900
* `emitter` {EventEmitter}

0 commit comments

Comments
 (0)