-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.eventsIssues and PRs related to the events subsystem / EventEmitter.Issues and PRs related to the events subsystem / EventEmitter.
Description
- Version: v9.0.0
The docs contain an erroneous reference to EventListener
. I believe it's meant to be a reference to EventEmitter
.
Location:
- Node.js v9.0.0 API docs
- Events module
Asynchronous vs. Synchronous
section- First sentence
Current text:
The
EventListener
class calls all listeners synchronously ..
Proposed correct text:
The
EventEmitter
class calls all listeners synchronously ..
benjamingr
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.eventsIssues and PRs related to the events subsystem / EventEmitter.Issues and PRs related to the events subsystem / EventEmitter.