Tom Jacques
Tom Jacques
I dug into the details here, and basically here's what's going on: The default number of fetch attempts to get the status is effectively `infinity`. Now, when there's a browser...
### Bug Setting the onInitialized function does not cause it to be called, as the check to call it is currently in the WebPage constructor (init function of WebPage.js). ###...
See: https://connect.microsoft.com/IE/feedback/details/1694027/storage-event-not-firing-after-a-change-of-local-storate-windows-10-edge-browser This is pretty damning for Edge, because it takes about 3 seconds for the localStorage data to sync across tabs, meaning a 6s latency (tested on saucelabs). This...
0.3.0
Currently they don't because crosstab isn't supported, however there's no technical reason this can't work. This should be investigated.
localStorage currently has several issues and is not reliable in IE/Edge on Windows 8 and 10. Microsoft will need to fix this before localStorage can be used reliably. There might...
If `crosstab.notSupported` is true, crosstab should work by only handling events processed on it's own tab, and always believing that it is the master tab, and that it is the...
Currently thinking something along the lines of this: ``` .js crosstab({ event, data, destination, callback, timeout }) ``` It could be used like this: Setup ``` .js crosstab.on('PING', function(message, reply)...
This is a pretty simple addition and can be done similarly to how analytics and gpt work. #### Loading Tag ``` .html (function (window, document, script, url, crosstab, scriptTag, firstScriptTag)...
README should be updated to include more comprehensive documentation, and additional examples should be added.