45 Commits

Author SHA1 Message Date
nainardev
c89ccd51ac
Yarn instructions
Don't know how to edit PRs. So, made a new one
Earlier one: (https://github.com/localForage/localForage/pull/930)
2020-02-10 17:44:33 +05:30
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
Shinsuke Ito
fd9e25a955 Update defineDriver document 2018-08-07 17:17:55 +09:00
Matthew Riley MacPherson (tofumatt)
bbe50a3e34
docs: Add link to Chinese documentation (fix #796) 2018-03-31 17:43:28 +01:00
Augustus Yuan
8422e50b83 #658 add documentation for version configuration 2018-02-05 17:18:28 -08:00
grun
80575ecd14 Clarify that localforage.driver() returns null until the asynchronous driver initialization process finishes. 2018-01-24 02:38:44 -08:00
Thodoris Greasidis
226d4338bb Merge branch 'thgreasi-drop-instance-v2' into drop-instance-v2-rebase 2017-11-05 13:59:31 +02:00
Thodoris Greasidis
5490a687b9 docs: use cdn for localforage & jquery
Resolves #737
Resolves #746
2017-09-30 15:20:45 +03:00
Thodoris Greasidis
54bc76fac1 docs: add dropInstance docs 2017-07-23 17:15:25 +03:00
Matthew Riley MacPherson
16049b192e docs: Increase font size; change links (fix #554) 2017-07-09 12:14:09 +01:00
Felix A. Epp
aa87c0c9fd Update repo URL 2017-05-08 13:23:09 +02:00
Thodoris Greasidis
96b422aef6 docs(api.md): add docs about driver fallback & ready() 2017-04-30 22:32:23 +03:00
Thodoris Greasidis
d9cbb37c28 docs(api): fix jsdiddle localforage.js urls 2017-01-19 10:48:38 +02:00
tofumatt ☕️
8ace9471a5 Remove right header (Fix #576) 2016-06-07 18:14:14 -04:00
tofumatt ☕️
52c96f6ec1 Update GitHub Star button (fix #576) 2016-06-07 18:12:39 -04:00
tofumatt ☕️
a85a6d450c Update link to minified build (Fix #575) 2016-06-07 18:08:12 -04:00
Nolan Lawson
2d5698e545 chore(localforage): re-enable window.Promise polyfilling 2016-04-24 21:45:03 -04:00
Nolan Lawson
44194a81b9 chore(localforage): promise -> lie, use ES6 modules 2016-04-24 21:44:24 -04:00
Matthew Riley MacPherson
5ebdf859b5 Fix internal links in docs 2016-04-24 12:56:48 +01:00
Matthew Riley MacPherson
e54305dff4 Tweak index and files 2016-04-23 20:23:51 +01:00
Matthew Riley MacPherson
ca59a78570 Fix <dl> tags 2016-04-23 20:19:08 +01:00
Matthew Riley MacPherson
c1063970b6 Include localforage in API docs page 2016-04-23 20:06:20 +01:00
Matthew Riley MacPherson
4700cd7e19 Tweak whitespace 2016-04-23 19:56:48 +01:00
Matthew Riley MacPherson
b1c0cc9636 Tidy up docs 2016-04-23 19:51:41 +01:00
Matthew Riley MacPherson
c58d2b47bd Move to Flatdoc (close #192) 2016-04-22 22:58:41 +01:00
Matthew Riley MacPherson
1b13a99347 Use site/ not docs/ 2014-05-11 21:19:05 -04:00
Matthew Riley MacPherson
42e6749d84 Do smarter IndexedDB check (fix #150) 2014-05-10 09:54:31 -04:00
Matthew Riley MacPherson
795c9b3a15 Use error not error.name (#141) 2014-05-07 16:30:04 -04:00
wmluke
b23cc8b345 PR with some unit tests for web worker support mentioned in #144. 2014-05-05 19:59:47 -04:00
Matthew Riley MacPherson
0e9da167c7 Merge component branch 2014-04-25 10:47:24 -04:00
Matt Claypotch
1ababdfcf3 update mozhtml5 logo 2014-04-24 13:55:07 -04:00
Matthew Riley MacPherson
33c057f263 Add a download link right from the page 2014-04-22 15:37:51 -04:00
PG
66b6aa9e17 add Promise as a component dependency 2014-04-22 11:19:32 -07:00
Matthew Riley MacPherson
153ad03c28 Handle quota exceeded error
Reject with an error in the callback/Promises rejection
on a quota exceeded error in all backends on setItem. Fix #31.
2014-04-22 13:57:57 -04:00
Matthew Riley MacPherson
8d64cc2e02 Add iframe test for #78 2014-04-22 13:56:57 -04:00
Matthew Riley MacPherson
1a4274eb33 Drop window.localForageConfig and add config()
Developers can now run the `config` method after localForage is
loaded rather than the weird global config from before. Fixes #135.
2014-04-22 13:56:50 -04:00
Matthew Riley MacPherson
43303e33e7 Add error info to callbacks and add reject() calls
Fix #60.
2014-04-22 13:54:37 -04:00
PG
700e8a8d50 add component support
Release 0.3.1

update version
2014-04-21 22:43:08 -07:00
Matthew Riley MacPherson
08bce0ee13 Add built version of localforage to docs folder 2014-04-09 13:09:31 -04:00
Matthew Riley MacPherson
e09e1d9e7f Add install docs 2014-04-04 15:53:24 -04:00
Matthew Riley MacPherson
d4f24d6059 Cleanup docs README 2014-04-04 15:41:06 -04:00
Matthew Riley MacPherson
211c886302 Rename docs README to not be built 2014-04-02 02:49:51 -04:00
Matthew Riley MacPherson
c922dfd956 Add README to docs 2014-04-02 02:46:24 -04:00
Matthew Riley MacPherson
933c7ca25a Cleanup docs 2014-04-02 02:35:15 -04:00
Matthew Riley MacPherson
2c90c4c0f6 Add docs that can be built with GitHub pages
It would still be cool to add JS Fiddle examples, but this provides
good API docs for the localStorage part of the API. Soon to come:
localForage's extended API.

* Close #34
* Close #113
2014-04-02 02:35:14 -04:00