[Webkit-unassigned] [Bug 218753] New: Support `AbortSignal`s in `addEventListener`s options to unsubscribe from events
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Nov 10 08:19:29 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=218753
Bug ID: 218753
Summary: Support `AbortSignal`s in `addEventListener`s options
to unsubscribe from events
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: DOM
Assignee: webkit-unassigned at lists.webkit.org
Reporter: benjamingr at gmail.com
See https://github.com/whatwg/dom/issues/911 and the spec PR https://github.com/whatwg/dom/pull/919
I am working on adding support for AbortController in various web APIs. One of those is adding support for passing `AbortSignal`s to `addEventListener` and have an easy way to remove a lot of listeners.
As per the WHATWG process - I am filing a WebKit bug.
Please feel free to ask any questions or make suggestions regarding this.
I will follow up with WPTs in that PR.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201110/71c3f07c/attachment-0001.htm>
More information about the webkit-unassigned
mailing list