![]()
Handler for the 'events' service.
Arguments:
|
code » | ||
![]()
Initializes the demo.
Registers service-handlers and connects the channel.
|
code » | ||
![]()
Global function to kick off initialization in the iframe.
|
code » | ||
![]()
Initialization in the iframe.
|
code » | ||
![]()
Global function to kick off initialization in the containing document.
|
code » | ||
![]()
Initializes XPC in the containing page.
|
code » | ||
![]()
Logging function. Inserts log-message into element with it id 'console'.
Arguments:
|
code » | ||
![]()
Function to be used as handler for mouse-events.
Arguments:
|
code » | ||
![]()
Sends a ping request to the peer.
|
code » | ||
![]()
The handler function for incoming pings (messages sent to the service
called 'ping');
Arguments:
|
code » | ||
![]()
Send multiple messages.
Arguments:
|
code » | ||
![]()
Start mousemove event forwarding. Registers a listener on the document which
sends them over the channel.
|
code » | ||
![]()
Stop mousemove event forwarding.
|
code » | ||
![]()
Kills the peer iframe and the disposes the channel.
|
code » |
![]()
Namespace for the demo. We don't use goog.provide here because it's not a
real module (cannot be required).
|
Code » |