[Bug 24725] Use the microtask queue for MutationObserver

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24725

Rafael Weinstein <rafaelw@chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rafaelw@chromium.org

--- Comment #1 from Rafael Weinstein <rafaelw@chromium.org> ---
Mutation Observers won't behave the way you are wanting because they require a
delivery order which isn't based on the time of the mutation (it's based on the
time the mutation observers are created).

However, ES Promises will work the way you want.

Once https://codereview.chromium.org/167683003/ lands, ES microtask work will
be scheduled correctly relative to DOM microtask work and you'll be able to
verify this with tests.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 19 February 2014 11:19:31 UTC