Skip to content
This repository has been archived by the owner on Jan 31, 2018. It is now read-only.

core comm

Jon Buckley edited this page May 7, 2012 · 1 revision

Module: Comm

Allows communication between entities through postMessage.

Class: Comm

Lets entities communicate when communication restrictions exist by passing messages through postMessage.

  • param clientWindow : Window from/to which to send/receive messages
  • param readyCallback : Function to be called when link is set up

Usage: Comm(clientWindow, readyCallback)