Skip to content

Commit

Permalink
doc: add missing events.on metadata
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
addaleax authored and targos committed Jun 11, 2021
1 parent e2f531f commit 0bb6fe3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/api/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,10 @@ const { getEventListeners, EventEmitter } = require('events');
added:
- v11.13.0
- v10.16.0
changes:
- version: v14.17.0
pr-url: https://github.com/nodejs/node/pull/34912
description: The `signal` option is supported now.
-->

* `emitter` {EventEmitter}
Expand Down

0 comments on commit 0bb6fe3

Please sign in to comment.