- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 15 Dec 2015 02:12:06 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Tuesday, 15 December 2015 10:12:33 UTC
> method, when invoked, must run these steps:
>
> <ol>
> <li><p>If <var>callback</var> is null, terminate these steps.
>
> + <li>If <var>options</var> is of type boolean, let <var>capture</var> be
> + <var>options</var> and let <var>passive</var> be false. Otherwise let
> + <var>capture</var> and <var>passive</var> be the corresponding values in the
> + <var>options</var> {{EventListenerOptions}} dictionary.
1. Given we need this, why have default values in IDL?
2. I would prefer initializing variables separately and then setting them based on the argument. I.e., use "let" once per variable name.
---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/82/files#r47618015
Received on Tuesday, 15 December 2015 10:12:33 UTC