-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
lib: add option to force handling stopped events #48301
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
lib: add option to force handling stopped events #48301
Conversation
|
Review requested:
|
|
Good job! Some comments:
|
| return; | ||
| } | ||
| // TODO(benjamingr) make this weak somehow? ideally the signal would | ||
| // not prevent the event target from GC. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@benjamingr Is this comment still relevant? seems to me like this was handled already
|
+1 on the concerns raised by @benjamingr, I have suggested another name. |
9bbebcc to
8218ad4
Compare
8218ad4 to
d75ff43
Compare
d75ff43 to
fa4dc42
Compare
fa4dc42 to
061ea54
Compare
|
Landed in bcd35c3 |
PR-URL: #48301 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
PR-URL: nodejs#48301 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
PR-URL: nodejs#48301 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
|
This commit does not land cleanly on |
PR-URL: nodejs#48301 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
|
@ruyadorno opened a backport at #49587 🙂 |
PR-URL: #48301 Backport-PR-URL: #49587 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
PR-URL: #48301 Backport-PR-URL: #49587 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Refs: whatwg/dom#1152 (comment)