2017-01-19 10:48:38 +02:00
..
2016-04-22 22:58:41 +01:00
2016-04-22 22:58:41 +01:00
2016-04-23 20:19:08 +01:00
2016-06-07 18:14:14 -04:00
2016-04-22 22:58:41 +01:00

# localForage Docs #

localForage is a handy JavaScript 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.

These are the API docs for
[localForage](http://mozilla.github.io/localForage). You can browse the
code in the [master branch](https://github.com/mozilla/localForage).