UNPKG

410 BPlain TextView Raw
1# localForage Docs #
2
3localForage is a handy JavaScript library that improves the offline experience
4of your web app by using asynchronous storage (via IndexedDB or WebSQL where
5available) but with a simple, `localStorage`-like API.
6
7These are the API docs for
8[localForage](http://localForage.github.io/localForage). You can browse the
9code in the [master branch](https://github.com/localForage/localForage).