Improve Offline Experience Using Asynchronous Storage
Posted · Category: Tools
localForage is a JavaScript library that improves the offline experience of your web app by using asynchronous storage (via IndexedDB or WebSQL where available) with a simple, localStorage-like API.
localForage uses localStorage in browsers with no IndexedDB or WebSQL support. Asynchronous storage is available in the current versions of all major browsers: Chrome, Firefox, IE, and Safari (including Safari Mobile). localForage supports both a callback-based and Promises-based API, so you can use whichever you prefer.
Requirements: JavaScript Framework
Demo: http://mozilla.github.io/localForage/
License: Apache License
0 Comments