promise-connection

0.0.5 • Public • Published

Promise Connection build status

This library aims to provide a Promise generic implementation of a cross-window connection using MessageChannel in modern browsers.

promiseConnection.Promise

You must define this before creating any promiseConnection objects, point it at whatever promise implementation you like.

<script src='promise-connection.js'></script>
<script>promiseConnection.Promise = window.Promise</script> 

Readme

Keywords

none

Package Sidebar

Install

npm i promise-connection

Weekly Downloads

1

Version

0.0.5

License

MIT

Last publish

Collaborators

  • gnarf