Thursday, March 22, 2012

This is a JavaScript library for locking HTML5 localStorage access

The library allows developers to prevent access to certain HTML5 locaStorage objects, preventing concurrent writes to the same data by different browser windows.


This lock system is needed because the browser's localStorage data is shared by all pages from the same domain.

Requirements:

· JavaScript enabled on client side
· HTML5 enabled browser

Limitations:

· Experimental code. Might change from version to version.
      
                                    Download

0 comments:

Post a Comment