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 <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>
  • 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
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.