FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

events: fix add-remove-add case in EventTarget by addaleax · Pull Request #34056 · nodejs/node · GitHub

/ node Public

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

Closed
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:et-fix-add-remove-add
Closed

events: fix add-remove-add case in EventTarget#34056
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:et-fix-add-remove-add

Conversation

Copy link
Copy Markdown
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 commented Jun 25, 2020
edited by addaleax
Loading

Copy link
Copy Markdown
Collaborator

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

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

Copy link
Copy Markdown
Member Author

fast-track?

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

Trott commented Jun 26, 2020

Copy link
Copy Markdown
Member

Landed in e18afe4

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 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 deleted the et-fix-add-remove-add branch May 23, 2021 14:45
This file contains hidden or 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
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


Back | FazBrowse Home | New Git URL