Skip to content
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

events: fix add-remove-add case in EventTarget #34056

Closed
wants to merge 1 commit into from

Conversation

addaleax
Copy link
Member

Make sure that listeners are added properly if there has previously
been one but currently are none for a given event type.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Make sure that listeners are added properly if there has previously
been one but currently are none for a given event type.
@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented Jun 25, 2020

CI: https://ci.nodejs.org/job/node-test-pull-request/32093/ (:yellow_heart:)

@addaleax addaleax added the eventtarget Issues and PRs related to the EventTarget implementation. label Jun 25, 2020
@addaleax addaleax requested a review from jasnell June 25, 2020 21:50
@addaleax
Copy link
Member Author

fast-track?

@addaleax addaleax added the fast-track PRs that do not need to wait for 48 hours to land. label Jun 25, 2020
@Trott
Copy link
Member

Trott commented Jun 26, 2020

Landed in e18afe4

@Trott Trott closed this Jun 26, 2020
Trott pushed a commit that referenced this pull request Jun 26, 2020
Make sure that listeners are added properly if there has previously
been one but currently are none for a given event type.

PR-URL: #34056
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
codebytere pushed a commit that referenced this pull request Jun 27, 2020
Make sure that listeners are added properly if there has previously
been one but currently are none for a given event type.

PR-URL: #34056
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@codebytere codebytere mentioned this pull request Jun 28, 2020
codebytere pushed a commit that referenced this pull request Jun 30, 2020
Make sure that listeners are added properly if there has previously
been one but currently are none for a given event type.

PR-URL: #34056
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@addaleax addaleax deleted the et-fix-add-remove-add branch May 23, 2021 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
eventtarget Issues and PRs related to the EventTarget implementation. fast-track PRs that do not need to wait for 48 hours to land.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants