iframepollingtransport.js
No description.

File Location

/goog/net/xpc/iframepollingtransport.js

Classes

goog.net.xpc.IframePollingTransport
Iframe polling transport. Uses hidden iframes to transfer data in the fragment identifier of the URL. The peer polls the iframe's location for changes. Unfortunately, in Safari this screws up the history, because Safari doesn't allow to call location.replace() on a window containing a document from a different domain (last version tested: 2.0.4).
goog.net.xpc.IframePollingTransport.Receiver
goog.net.xpc.IframePollingTransport.Receiver
goog.net.xpc.IframePollingTransport.Sender
goog.net.xpc.IframePollingTransport.Sender Utility class to send message-parts to a document from a different origin.

Public Protected Private

Global Functions

goog.net.xpc.IframePollingTransport.receive_()
Polls all receivers.
code »
goog.net.xpc.IframePollingTransport.startRcvTimer_()
Starts the polling loop.
code »

Directory xpc

File Reference