Re: Exceptions in event listeners triggered by dispatchEvent().

On Mon, Jun 3, 2013 at 4:18 PM, John Barton <johnjbarton@google.com> wrote:
> The confusing is the timing. dispatchEvent() acts in some ways as if it is
> asynchronous -- errors do not propagate -- and in other ways as if it is --
> the timing of the call is nested within the caller.  Simply queuing the
> event for execution on the next turn would make the platform more
> consistent.

I'm not convinced, but lets say you're correct, what's the next step?


--
http://annevankesteren.nl/

Received on Monday, 3 June 2013 17:46:08 UTC