pmcomm

Overview ========

Usage no npm install needed!

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

README

Overview

pmcomm.js creates a proxy object to a javascript object in another frame. The proxied object can be used as it was an object in the local frame. pmcomm.js has the following characteristics:

  • Cross domain iframe invocation of javascript objects
  • Small, ~5k minified
  • Does not depend on any libraries
  • Works with all modern browsers