minor
This commit is contained in:
parent
ffb9ce2dfc
commit
8489679082
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ libs:
|
|||
|
||||
IndexedDB is a built-in database, much more powerful than `localStorage`.
|
||||
|
||||
- Key/value storage not only strings: value can be (almost) anything, multiple key types.
|
||||
- Key/value storage: value can be (almost) anything, multiple key types.
|
||||
- Supports transactions for reliability.
|
||||
- Supports key range queries, indexes.
|
||||
- Can store much more data than `localStorage`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue