- From: Rick Byers <notifications@github.com>
- Date: Tue, 05 Jan 2016 10:16:14 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Tuesday, 5 January 2016 18:16:42 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>. I just wasn't thinking about it properly (thinking in terms of an algorithm with a 'throw' statement). Thanks for catching this, I agree it's better and I don't anticipate any implementation issue. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/82/files#r48876146
Received on Tuesday, 5 January 2016 18:16:42 UTC