-
Notifications
You must be signed in to change notification settings - Fork 0
Docs
lorenzos edited this page May 28, 2012
·
1 revision
For an usage example see HowTo or a complete Demo.
- Options
- Events
var comm = new CrossDomainFragment(options);-
options: (object) Options for the class. They are all listed below.-
recipient: An<iframe>element or awindowobject (defaultwindow.parent). -
pollingInterval: Defines the interval in milleseconds between each hash fragment check (default:250). It has to be shorter than the minimum expected inteval between two incoming messages.
-
-
receive(message): A message has been received. -
send(message): A message has been sent.
-
send(message): Sends a message. -
start(): Starts listening for incoming messages (called automatically). -
stop(): Stops listening for incoming messages.