- From: Mike Taylor <notifications@github.com>
- Date: Thu, 18 Feb 2016 10:19:18 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Thursday, 18 February 2016 18:19:52 UTC
> > + <li><p>If <var>listener</var>'s <b>passive</b> is true, set <var>event</var>'s > + <a>in passive listener flag</a>. > + > + <li><p>Call <var>listener</var>'s <b>callback</b>'s {{EventListener/handleEvent()}}, with > + <var>event</var> as argument and <var>event</var>'s {{Event/currentTarget}} attribute value as > + <a>callback this value</a>. If this throws any exception, <a>report the exception</a>. > + > + <li><p>Clear <var>event</var>'s <a>in passive listener flag</a>. Gotcha, will do. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/168/files#r53356622
Received on Thursday, 18 February 2016 18:19:52 UTC