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

On Wed, Jun 5, 2013 at 3:05 PM, John Barton <johnjbarton@google.com> wrote:
> At present the bug you cite indicates that all the listeners for a
> dispatchEvent() call (and recursively if they call dispatchEvent()) will
> result in a single microtask, causing all of their DOM and object mutations
> to be reported at a single time. If this means that the mutations cannot be
> logically connected to the correct listener invocations, this is a terrible
> outcome.

I recommend reading it again.


--
http://annevankesteren.nl/

Received on Wednesday, 5 June 2013 14:09:48 UTC