James Chevalier b4fd445fc8
minor syntax fix
The code example for `dropInstance` accidentally used a `.` instead of a `;`
2019-03-02 16:15:38 -05:00
..
2016-04-22 22:58:41 +01:00
2019-03-02 16:15:38 -05:00
2017-05-08 13:23:09 +02: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://localForage.github.io/localForage). You can browse the
code in the [master branch](https://github.com/localForage/localForage).