This commit is contained in:
Ilya Kantor 2020-12-05 19:51:58 +03:00
parent 5ce6ce975e
commit 6d9ab125f0

View file

@ -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: