crossframe

Send messages between a page and its (sandboxed) iframes with ease.

Usage no npm install needed!

<script type="module">
  import crossframe from 'https://cdn.skypack.dev/crossframe';
</script>

README

crossframe

Send messages between a page and its iframes with ease. It has support for React Native.

This module can even pass some non-JSON stringifyable types such as Error.

Example

See /demo