Re: Exceptions in event listeners triggered by dispatchEvent().
Anne van Kesteren <[email protected]>
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <CADnb78ia1OqZBVZPsX+MFQ9wVGgQ37GqH2e2sT_aZBbZKJ6BZA@mail.gmail.com> |
On Wed, Jun 5, 2013 at 3:05 PM, John Barton <[email protected]> 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/