Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha3
-
Fix Version/s: 2.0-Beta
-
Component/s: JavaScript Client
-
Labels:None
-
Environment:HTML5 compatible browsers
Description
Implement inter window communication using HTML5 local storage feature as an alternative to the cookie based strategy. The advantage of this implementation would be the usage of the build-in storage event notification as opposed to using a pooling mechanism for picking up the incoming notifications.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Implemented inter-window communication using the HTML5 local storage feature. Abstracted the inter-window notification feature to create two different implementations, the old cookie pooling mechanism and the new local storage event notifications. The HTML5 strategy is picked automatically when the local storage feature is detected in the browser.