cross-domain-communication
v3.0.0
Published
Module to communication with iframes on svelte
Readme
cross-domain-communication
Module to communication with iframes on svelte
Installation
Install my-project with npm
npm install cross-domain-communicationUsage/Examples
<Host accessList={origin} />
await get({ iframe:"xxx.xxx.xxx", key: 'get' })
await set({
iframe: 'xx.xx.xxx',
key: 'set',
data: 'hello' | {}
});