Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 918 Bytes

README.markdown

File metadata and controls

23 lines (14 loc) · 918 Bytes

ender-postMessage: Cross-Domain Messaging

Version: 0.1.3, Last updated: 5/1/2012

Based on Ben Alman's jQuery-postMessage http://benalman.com/projects/jquery-postmessage-plugin/

ender-postMessage enables simple and easy window.postMessage communication in browsers that support it (FF3+, Safari 4+, IE8+), while falling back to a document.location.hash communication method for all other browsers (IE6, IE7).

Release History

0.1.3 - (5/1/2012) merged pull request to make compatible with browserify
0.1.2 - (5/26/2011) Ender integration
0.1 - (5/23/2011) Initial Fork and Release

License

Dual licensed under the MIT and GPL licenses.

original jQuery-postMessage code: Copyright (c) 2009 "Cowboy" Ben Alman
Dual licensed under the MIT and GPL licenses.
http://benalman.com/about/license/