[Bug 15007] Add an API to queue a task

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

--- Comment #10 from Simon Pieters <simonp@opera.com> 2011-12-02 10:15:10 UTC ---
postMessage wasn't intended for that. Setting a listener for message on window
means that other windows can invoke the listener, so the boilerplate needs to
prevent that. Also, one might want to use postMessage for its intended purpose,
too, which means both the zero-timeout boilerplate *and* the normal postMessage
use need to filter the incoming messages.

-- 
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 10:15:29 UTC