[Bug 15007] Add an API to queue a task

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

--- Comment #27 from Glenn Maynard <glenn@zewt.org> 2011-12-06 16:22:51 UTC ---
I don't see anything there that would avoid the bugs I mentioned: the
channel.port1.onmessage callbacks are not guaranteed to be called in order
across distinct MessageChannels, and the lack of a "channel.close()" call may
prevent the channel from being GCd (see the bottom note at
http://dev.w3.org/html5/postmsg/#ports-and-garbage-collection).

-- 
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 Tuesday, 6 December 2011 16:23:00 UTC