fixes #2333
This commit is contained in:
parent
5ce6ce975e
commit
6d9ab125f0
1 changed files with 1 additions and 1 deletions
|
@ -809,7 +809,7 @@ let result = await promise; // if still needed
|
|||
|
||||
IndexedDB can be thought of as a "localStorage on steroids". It's a simple key-value database, powerful enough for offline apps, yet simple to use.
|
||||
|
||||
The best manual is the specification, [the current one](https://w3c.github.io/IndexedDB) is 2.0, but few methods from [3.0](https://w3c.github.io/IndexedDB/) (it's not much different) are partially supported.
|
||||
The best manual is the specification, [the current one](https://www.w3.org/TR/IndexedDB-2/) is 2.0, but few methods from [3.0](https://w3c.github.io/IndexedDB/) (it's not much different) are partially supported.
|
||||
|
||||
The basic usage can be described with a few phrases:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue