- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 17 Aug 2017 00:04:07 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 17 August 2017 07:04:40 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);
Actually, maybe this isn't needed because omitting the argument means an implicit dictionary gets passed. I'm not a 100% sure that's also true if the dictionary is part of a union, but it'd make sense.
--
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_r133636442
Received on Thursday, 17 August 2017 07:04:40 UTC