Skip to content

events: add tests, better toString - #33622

Closed
benjamingr wants to merge 2 commits into
nodejs:masterfrom
benjamingr:event-target-compat-2
Closed

events: add tests, better toString#33622
benjamingr wants to merge 2 commits into
nodejs:masterfrom
benjamingr:event-target-compat-2

Conversation

@benjamingr

Copy link
Copy Markdown
Member

Support toStringTag on EventTarget so that our implmentation logs [object EventTarget], add tests to that and a test for subclassing Events.

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

@benjamingr
benjamingr requested a review from jasnellMay 28, 2020 18:20
@benjamingrbenjamingr added the events Issues and PRs related to the events subsystem / EventEmitter. label May 28, 2020
@BridgeARBridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 29, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@jasnelljasnell added the fast-track PRs that do not need to wait for 48 hours to land. label May 29, 2020
@jasnell

Copy link
Copy Markdown
Member

Fixups to an unreleased experimental internal feature... fast track?

@BridgeAR

Copy link
Copy Markdown
Member

Landed in 56e4460

BridgeAR pushed a commit to BridgeAR/node that referenced this pull request May 30, 2020
PR-URL: nodejs#33622
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@lundibundilundibundi mentioned this pull request May 31, 2020
2 tasks
codebytere pushed a commit that referenced this pull request Jun 18, 2020
PR-URL: #33622
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@codebyterecodebytere mentioned this pull request Jun 28, 2020
codebytere pushed a commit that referenced this pull request Jun 30, 2020
PR-URL: #33622
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.eventsIssues and PRs related to the events subsystem / EventEmitter.fast-trackPRs that do not need to wait for 48 hours to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@benjamingr@nodejs-github-bot@jasnell@BridgeAR@addaleax