lib: add option to force handling stopped events#48301
Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom Jun 22, 2023
Merged
Conversation
Collaborator
|
Review requested:
|
ljharb
reviewed
Jun 2, 2023
Member
|
Good job! Some comments:
|
atlowChemi
commented
Jun 3, 2023
| @@ -609,16 +617,16 @@ class EventTarget { | |||
| // not prevent the event target from GC. | |||
Member
Author
There was a problem hiding this comment.
@benjamingr Is this comment still relevant? seems to me like this was handled already
MoLow
reviewed
Jun 3, 2023
Member
|
+1 on the concerns raised by @benjamingr, I have suggested another name. |
9bbebcc to
8218ad4
Compare
Collaborator
This was referenced Jun 5, 2023
8218ad4 to
d75ff43
Compare
d75ff43 to
fa4dc42
Compare
ljharb
reviewed
Jun 20, 2023
fa4dc42 to
061ea54
Compare
benjamingr
approved these changes
Jun 20, 2023
Member
Collaborator
MoLow
approved these changes
Jun 21, 2023
Collaborator
Collaborator
Collaborator
Collaborator
|
Landed in bcd35c3 |
This was referenced Jun 23, 2023
RafaelGSS
pushed a commit
that referenced
this pull request
Jul 3, 2023
PR-URL: #48301 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Merged
Ceres6
pushed a commit
to Ceres6/node
that referenced
this pull request
Aug 14, 2023
PR-URL: nodejs#48301 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Ceres6
pushed a commit
to Ceres6/node
that referenced
this pull request
Aug 14, 2023
PR-URL: nodejs#48301 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Member
|
This commit does not land cleanly on |
atlowChemi
added a commit
to atlowChemi/node
that referenced
this pull request
Sep 10, 2023
PR-URL: nodejs#48301 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Member
Author
|
@ruyadorno opened a backport at #49587 🙂 |
Merged
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
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.
Refs: whatwg/dom#1152 (comment)