https://github.com/huang-x-h/iframe-postbox
A postmessage library for iframe communication
https://github.com/huang-x-h/iframe-postbox
iframe postmessage-library
Last synced: about 1 month ago
JSON representation
A postmessage library for iframe communication
- Host: GitHub
- URL: https://github.com/huang-x-h/iframe-postbox
- Owner: huang-x-h
- Created: 2016-10-31T15:27:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T14:09:31.000Z (over 8 years ago)
- Last Synced: 2025-04-18T13:32:10.106Z (about 1 month ago)
- Topics: iframe, postmessage-library
- Language: JavaScript
- Homepage:
- Size: 376 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iframe-postbox
> A postmessage library inspire by [Postmate](https://github.com/dollarshaveclub/postmate)Use [`window.postMessage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage) method to communication in iframe
## Install
npm install
`$ npm i --save iframe-postbox`
browser import
`