https://github.com/lookfirst/message
Implementation of postMessage
https://github.com/lookfirst/message
Last synced: over 1 year ago
JSON representation
Implementation of postMessage
- Host: GitHub
- URL: https://github.com/lookfirst/message
- Owner: lookfirst
- Created: 2012-07-11T20:02:45.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-07-07T21:26:14.000Z (almost 13 years ago)
- Last Synced: 2025-01-23T08:42:33.145Z (over 1 year ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
message
=======
This is my hacked version of ender postMessage from:
https://github.com/thomassturm/ender-postmessage
The only changes are the names of the methods
and I declare the amd/requirejs export...
To use this:
```
message = require('message')
message.post ...
message.receive ...
```