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