1.1.0
DuelJS v1.1.0
JavaScript HTML5 Master/Slave Browser Tabs Helper.
See a brief documentation on the the homepage
New in 1.1.0:
- "storage" event improves performance in modern browsers.
To turn it off and use old method - do:
duel.useStorageEvent = false; // auto false in IE
- Now only slaves can execute triggers
- Some unimportant bug fixes
List of attested browsers:
- Opera 27.0.1689.33 (with storage event)
- Chrome 39.0.2171.95 (with storage event)
- Firefox 34.0 (with storage event)
- Internet Explorer 11 (without storage event)
- Safari 534.57.2 (with storage event)
- Android 4.3 LT29i default browser (with storage event)
Internet Explorer does incorrect. So it using force useStorageEvent = false
by default.
How it works with Internet Explorer without storage event?
Don't worry. It using setInterval javascript checking.