This commit is contained in:
Ilya Kantor 2021-05-13 13:05:15 +03:00
parent 10c3bcf83d
commit 4f0641525f

View file

@ -5,7 +5,7 @@ libs:
# IndexedDB
IndexedDB is a database that is built into browser, much more powerful than `localStorage`.
IndexedDB is a database that is built into a browser, much more powerful than `localStorage`.
- Stores almost any kind of values by keys, multiple key types.
- Supports transactions for reliability.