We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NodeEventTarget:
node/lib/internal/event_target.js
Lines 473 to 479 in 3f4ec9c
this
EventEmitter:
node/lib/events.js
Lines 515 to 559 in 3f4ec9c
The text was updated successfully, but these errors were encountered:
events: make eventTarget.removeAllListeners() return this
906e9b6
Fixes: nodejs#35762
81ba3ae
438d9de
Fixes: #35762 PR-URL: #35805 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
9c74875
253f65c
8ef4557
Successfully merging a pull request may close this issue.
NodeEventTarget:
node/lib/internal/event_target.js
Lines 473 to 479 in 3f4ec9c
Looks like it should return
this
.EventEmitter:
node/lib/events.js
Lines 515 to 559 in 3f4ec9c
The text was updated successfully, but these errors were encountered: