Front end of the Slack clone application.
jpsp91 07dd8af64f root page set 6 年 前
..
fonts root page set 6 年 前
scripts root page set 6 年 前
theme root page set 6 年 前
README.txt root page set 6 年 前
api.md root page set 6 年 前
index.html root page set 6 年 前
localforage.min.js root page set 6 年 前

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