Eric Foster 35b96bc934 initial commit před 8 roky
..
fonts initial commit před 8 roky
scripts initial commit před 8 roky
theme initial commit před 8 roky
README.txt initial commit před 8 roky
api.md initial commit před 8 roky
index.html initial commit před 8 roky
localforage.min.js initial commit před 8 roky

README.txt

# 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).