[Bug 15007] Add an API to queue a task

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

Dominic Cooney <dominicc@chromium.org> changed:

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

--- Comment #7 from Dominic Cooney <dominicc@chromium.org> 2011-12-02 06:55:31 UTC ---
FWIW the Mutation Observers spec has the concept of something that runs after
the outermost JavaScript frame exits, but without the traditional setTimeout
delay. I believe they call this a "microtask." It might be useful to have a
single, consistent concept.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 2 December 2011 06:55:41 UTC