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

Related Posts:

  • Chroma.js 0.3.0This is a JavaScript library for performing color conversions Can be used to convert color codes from one color domain to another. Here are some key features of "chroma.js": Supported color spaces: · RGB · HSV · HSL · HSI · … Read More
  • KindEditor 4.0.6This is a lightweight, cross browser, web-based WYSIWYG HTML editor Written in pure JavaScript, the editor doesn't need any external library like jQuery or MooTools. KindEditor is easy to integrate with server side languages… Read More
  • LockablestorageThis 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 wind… Read More
  • KartographThis is a framework for creating interactive SVG maps Kartograph does not rely on any public mapping framework (like Google Maps, OSM, etc.). The framework is available for JS and Python developers the same . Requirements: … Read More
  • JavaScript Regex Syntax Highlighter 0.1 This is a JavaScript library for highlighting regex stringsFor now, only JavaScript regexes are supported. The library is helpful in debuggin regex syntax, for testing or debugging purposes.Any regex features not supported b… Read More

0 comments:

Post a Comment