- From: Benjamin Gruenbaum <notifications@github.com>
- Date: Tue, 10 Nov 2020 09:00:23 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 10 November 2020 17:00:36 UTC
@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