closes #2583
This commit is contained in:
parent
10c3bcf83d
commit
4f0641525f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue