README
Message protocol supporting function calls between iframes
Features
- Support exposing function in iframe as asynchronous function returning Promise
- Support to specify the target origin that needs to be called
expose function among iframes with Promise support based on postMessage API
<script type="module">
import cloudideMessaging from 'https://cdn.skypack.dev/@cloudide/messaging';
</script>