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 <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
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)