Store.JS – Cross-browser LocalStorage abstraction layer
June 28, 2010 at 9:01 pm in Javascript, Web Storage
Store.js just showed up on Github and looks promising. According to the site,
localStorage wrapper for all browsers without using cookies. Uses localStorage, globalStorage, and userData behavior under the hood
Take a look at the source code. It’s pretty small, very easy to read, and shows some nice uses of Javascript.