-
Notifications
You must be signed in to change notification settings - Fork 234
Open
Description
Would support for AbortController be considered? (in the addEventListener, on, and once functions)
Supported in all browsers and node, you can pass a signal option parameter to the native addEventListener function.
The listener will be removed when the given AbortSignal object's abort() method is called. If not specified, no AbortSignal is associated with the listener.
Links:
https://developer.mozilla.org/en-US/docs/Web/API/AbortController
https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener#signal
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels