- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 10 Nov 2020 09:02:30 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 10 November 2020 17:02:43 UTC
@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