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

@domenic commented on this pull request.



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

It would work, but hmm, that inconsistency is interesting. Maybe hold off on changes until @annevk chimes in...

-- 
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_r520722617

Received on Tuesday, 10 November 2020 17:02:43 UTC