After updating to Chrome 5 (specifically 5.0.375.55) last night I immediately ran some tests to see if the Web Worker API had been updated to support postMessage() arguments of types other than string.
Turns out, it had.
via weblog.bocoup.com
postMessage is an HTML5 spec to help various windows (of different origins) to communicate with each other.
Details about the spec are here: https://developer.mozilla.org/en/DOM/window.postMessage
This is good news for sending machine readable messages between frames :)
Recent Comments