iframe-client

0.0.6 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i iframe-client

Weekly Downloads

1

Version

0.0.6

License

MIT

Unpacked Size

13.4 kB

Total Files

6

Last publish

Collaborators

  • dearke