0.0.5 • Published 9 years ago

promise-connection v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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>
0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago