Re: Throwing an error in an event listener

On 10/27/12 10:13 AM, David Bruant wrote:
> In browsers I have tested (Firefox 18, Opera 12, latest Chrome),
> the error is absorbed and the next listener is called (so the test
> succeeds).

It's absorbed, but reported, right?  Including to things like 
window.onerror?

As in, this is not just an effective try/catch block around the listener 
invocation.

-Boris

Received on Saturday, 27 October 2012 16:05:01 UTC