Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.4k
doc: add emit to NodeEventTarget#46356
New issue
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
doc: add emit to NodeEventTarget #46356
Conversation
NodeEventTarget.emit() is not described in document. Plus, make type parameter of removeAllListeners as optional. Refs: nodejs#35851
deokjinkim commented Jan 26, 2023
/cc @nodejs/events |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: James M Snell <[email protected]>
deokjinkim commented Feb 9, 2023
@benjamingr Could you please review this PR because this PR adds document for API you implemented? |
benjamingr commented Feb 9, 2023
@deokjinkim first: feel free to ping me for review whenever :) Second: NodeEventTarget was @jasnell and a bit of @addaleax , I was a distant third (I did work a bunch on EventTarget just not those parts). |
Failed to start CI- Validating Jenkins credentials ✖ Jenkins credentials invalidhttps://github.com/nodejs/node/actions/runs/4139956554 |
nodejs-github-bot commented Feb 17, 2023
nodejs-github-bot commented Feb 20, 2023
nodejs-github-bot commented Feb 20, 2023
nodejs-github-bot commented Feb 20, 2023
NodeEventTarget.emit() is not described in document. Plus, make type parameter of removeAllListeners as optional. Refs: #35851 PR-URL: #46356 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
deokjinkim commented Feb 20, 2023
Landed in ac7ef31 |
NodeEventTarget.emit() is not described in document. Plus, make type parameter of removeAllListeners as optional. Refs: #35851 PR-URL: #46356 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
NodeEventTarget.emit() is not described in document. Plus, make type parameter of removeAllListeners as optional. Refs: #35851 PR-URL: #46356 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
NodeEventTarget.emit() is not described in document. Plus, make type parameter of removeAllListeners as optional.
Refs: #35851