Re: [whatwg/dom] add signal to addEventListener (#919)

@benjamingr commented on this pull request.



> @@ -962,6 +966,7 @@ dictionary EventListenerOptions {
 dictionary AddEventListenerOptions : EventListenerOptions {
   boolean passive = false;
   boolean once = false;
+  AbortSignal? signal;

So just `AbortSignal signal` would also work ? I followed the one usage example I know ([in fetch](https://fetch.spec.whatwg.org/#requestinit)) - should I attempt to also fix this there?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/919#discussion_r520721028

Received on Tuesday, 10 November 2020 17:00:36 UTC