Skip to content

Promise/A+ utilities for abstracting remote window requests on message ports.

License

Notifications You must be signed in to change notification settings

gnarf/promise-connection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Promise/A+ utilities for abstracting remote window requests on message ports.

Resources

License

Stars

Watchers

Forks

Packages

No packages published