- From: Rick Byers <notifications@github.com>
- Date: Tue, 05 Jan 2016 07:27:52 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Tuesday, 5 January 2016 15:28:23 UTC
> <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>. > + <a>callback this value</a>. > + > + <li>Clear <var>event</var>'s <a>in passive listener flag</a>. > + > + <li>If the call to {{EventListener/handleEvent()}} threw any exception, <a>report the exception</a>. If reporting the exception is synchronous, then is it OK to just clear the passive listener flag afterwards (updated)? That would definitely be preferable, I was just thinking that wouldn't be possible. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/82/files#r48855747
Received on Tuesday, 5 January 2016 15:28:23 UTC