Skip to content

CrossDomainCommandHandler (CDCH) is a JavaScript class to make life easier when handling cross domain communication between frames.

License

Notifications You must be signed in to change notification settings

robinwassen/CDCH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDCH

CrossDomainCommandHandler (CDCH) is a JavaScript class to make life easier when handling cross domain communication from and to frames.

It provides an easy to use interface to the window.postMessage() method, more info can be found at at the MDN documentaion - window.postMessage().

Also contains a small base class called EventObject that enables a JavaScript object to handle events in a similar way to DOM-objects.

It is written in CoffeScript, but no CoffeScript experience is required since compiled JavaScript and examples is included.

Licensed under GNU LGPL, Copyright © 2012 Robin Wassén-Andersson, contact: me[at]robinwassen.com

About

CrossDomainCommandHandler (CDCH) is a JavaScript class to make life easier when handling cross domain communication between frames.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published