localForage - A wrapper for html5 localstorage

February 12 2014, 6:22pm

localForage is a handy library that improves the offline experience of your web app by using asynchronous storage (via IndexedDB or WebSQL where available) but with a simple, localStorage-like API.