From: Scott Worley Date: Mon, 30 Jul 2012 03:58:58 +0000 (-0700) Subject: Bidirectional communication! X-Git-Url: http://git.scottworley.com/reliable-chat/commitdiff_plain/f0e385c76e0529768ad9339a4ddf1467bbb38453?hp=f0e385c76e0529768ad9339a4ddf1467bbb38453 Bidirectional communication! This is actually pretty awful. In order to fetch _data_ cross-origin, I have to run foreign _code_ and have it window.parent.postMessage(). This seems really, really wrong. ---