- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 17 Aug 2017 07:54:32 +0000 (UTC)
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 17 August 2017 07:54:55 UTC
annevk commented on this pull request. > @@ -894,8 +894,8 @@ for historical reasons. <pre class=idl> [Constructor, Exposed=(Window,Worker)] interface EventTarget { - void addEventListener(DOMString type, EventListener? callback, optional (AddEventListenerOptions or boolean) options); - void removeEventListener(DOMString type, EventListener? callback, optional (EventListenerOptions or boolean) options); + void addEventListener(DOMString type, EventListener? callback, optional (AddEventListenerOptions or boolean) options = false); Ah yes, that's what happens: https://heycam.github.io/webidl/#es-union. Okay, I'll revert the IDL changes. -- 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/492#discussion_r133645297
Received on Thursday, 17 August 2017 07:54:55 UTC