0.0.6 • Published 6 years ago

iframe-client v0.0.6

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

iframe-client

npm version

An iframe client for the browser

Installation

npm install iframe-client

Usage

const iframeClient = new IframeClient();
iframeClient.trustyOrigins = ['*'];
iframeClient.onMessage((data, event) => {
  console.log('Get a message from the parent window', data);

  iframeClient.postMessage('A auto-response from the embed page');
});

License

MIT

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago