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.jsunder the root directory of your website.- If
snowy.jsneeds to be placed somewhere else, setself.SNOWY_PATHto wheresnowy.jsresides.
- If
- Run
bc.jsin your page to start the polyfill.