Snowy
A BroadcastChannel
polyfill for Firefox 29+ and Chromium 5+, implemented with SharedWorker
.
Snowy will not be active if BroadcastChannel
already exists.
Usage
- Place
snowy.js
under the root directory of your website.- If
snowy.js
needs to be placed somewhere else, setself.SNOWY_PATH
to wheresnowy.js
resides.
- If
- Run
bc.js
in your page to start the polyfill.