https://github.com/lsongdev/bustop
Working with iframe and window.postMessage();
https://github.com/lsongdev/bustop
iframe iframe-communicator post-message
Last synced: 28 days ago
JSON representation
Working with iframe and window.postMessage();
- Host: GitHub
- URL: https://github.com/lsongdev/bustop
- Owner: lsongdev
- License: mit
- Created: 2018-03-21T08:45:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T08:48:41.000Z (about 8 years ago)
- Last Synced: 2025-02-13T22:23:37.518Z (over 1 year ago)
- Topics: iframe, iframe-communicator, post-message
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## message-bus.js [](https://npmjs.org/message-bus.js)
> message bus
### Installation
```html
```
### Example
```js
const messageBus.js = require('message-bus.js');
// your code here
```
### Contributing
- Fork this Repo first
- Clone your Repo
- Install dependencies by `$ npm install`
- Checkout a feature branch
- Feel free to add your features
- Make sure your features are fully tested
- Publish your local branch, Open a pull request
- Enjoy hacking <3
### MIT
This work is licensed under the [MIT license](./LICENSE).
---