-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Closed
deokjinkim
wants to merge
2
commits into
nodejs:main
from
deokjinkim:230126_events_nodeeventtarget_emit
Closed
doc: add emit to NodeEventTarget #46356
deokjinkim
wants to merge
2
commits into
nodejs:main
from
deokjinkim:230126_events_nodeeventtarget_emit
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NodeEventTarget.emit() is not described in document. Plus, make type parameter of removeAllListeners as optional. Refs: nodejs#35851
/cc @nodejs/events |
lpinca
approved these changes
Jan 28, 2023
lpinca
added
request-ci
Add this label to start a Jenkins CI on a PR.
and removed
request-ci
Add this label to start a Jenkins CI on a PR.
labels
Jan 28, 2023
jasnell
reviewed
Jan 29, 2023
Co-authored-by: James M Snell <jasnell@gmail.com>
aymen94
approved these changes
Feb 3, 2023
@benjamingr Could you please review this PR because this PR adds document for API you implemented? |
@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). |
benjamingr
approved these changes
Feb 9, 2023
deokjinkim
added
doc
Issues and PRs related to the documentations.
request-ci
Add this label to start a Jenkins CI on a PR.
labels
Feb 10, 2023
github-actions
bot
added
request-ci-failed
An error occurred while starting CI via request-ci label, and manual interventon is needed.
and removed
request-ci
Add this label to start a Jenkins CI on a PR.
labels
Feb 10, 2023
Failed to start CI- Validating Jenkins credentials ✖ Jenkins credentials invalidhttps://github.com/nodejs/node/actions/runs/4139956554 |
deokjinkim
added
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
request-ci
Add this label to start a Jenkins CI on a PR.
and removed
request-ci-failed
An error occurred while starting CI via request-ci label, and manual interventon is needed.
labels
Feb 10, 2023
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Feb 16, 2023
32 tasks
Landed in ac7ef31 |
This was referenced Feb 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
doc
Issues and PRs related to the documentations.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NodeEventTarget.emit() is not described in document. Plus, make type parameter of removeAllListeners as optional.
Refs: #35851