[whatwg] using postMessage() to send to a newly-created window

Adam Barth whatwg at adambarth.com
Tue Jan 5 17:41:13 PST 2010


On Tue, Jan 5, 2010 at 5:03 PM, Jonas Sicking <jonas at sicking.cc> wrote:
> The main question is if that would break existing content.

The existing content would be racy because postMessage returns to the
main event loop before dispatching.  It would at least make the
content more predictable.  :)

Adam



More information about the whatwg mailing list