[Bug 15007] Add an API to queue a task

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

--- Comment #8 from Glenn Maynard <glenn@zewt.org> 2011-12-02 07:13:06 UTC ---
(In reply to comment #7)
> 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.

Bear in mind that "queue a task" isn't something new we're inventing; it's a
specific algorithm in the platform.  It's not something that could be merged
with what you're describing.

-- 
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 07:13:12 UTC