Closed
Description
HIQaH! QaH! TAG!
I'm requesting a TAG review of Adding AbortSignal option to addEventListener.
This feature adds a new AbortSignal option, named "signal", to the options parameter of addEventListener.
This new option can be used to remove the event listener with an AbortController by calling abort().
More context: whatwg/dom#911
- Explainer¹ (minimally containing user needs and example code): none
- Security and Privacy self-review²: none
- GitHub repo (if you prefer feedback filed there): none
- Primary contacts (and their relationship to the specification):
- Joey Arhar (@josepharhar) Google
- @benjamingr NodeJS
- Organization/project driving the design: Google? NodeJS?
- External status/issue trackers for this feature (publicly visible, e.g. Chrome Status): https://chromestatus.com/feature/5658622220566528
Further details:
- I have reviewed the TAG's API Design Principles
- The group where the incubation/design work on this is being done (or is intended to be done in the future): unsure
- The group where standardization of this work is intended to be done ("unknown" if not known): WHATWG
- Existing major pieces of multi-stakeholder review or discussion of this design: Support
AbortSignal
s inaddEventListener
s options to unsubscribe from events? whatwg/dom#911 - Major unresolved issues with or opposition to this design: none
- This work is being funded by: Google
We'd prefer the TAG provide feedback as (please delete all but the desired option):
💬 leave review feedback as a comment in this issue and @-notify @josepharhar
Metadata
Labels
we think it should be closed but are waiting on some feedback or consensusThe TAG is satisfied with this designThe TAG has requesed additional information but has not received itArchitecture related topicsAbout or relating to the Document Object ModelFeatures that work on the web and non-web (e.g. node.js)