shm-iframe-rpc

2.0.7 • Public • Published

使用

parent.html
comlinExpose({
    getUserInfo: () => ({ id: 123, name: 'ryan' }),
}, document.getElementById('iframe').contentWindow);
iframe.html
rpc.getUserInfo().then((user) => {
    console.log(user);
});

Readme

Keywords

none

Package Sidebar

Install

npm i shm-iframe-rpc

Weekly Downloads

0

Version

2.0.7

License

UNLICENSED

Unpacked Size

5.63 kB

Total Files

8

Last publish

Collaborators

  • sevent-ryan