Update 6-data-storage/03-indexeddb/article.md

Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
This commit is contained in:
Peter Kampjes 2020-09-18 14:43:15 -03:00 committed by GitHub
parent d235632379
commit d56c49ee48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,7 +183,7 @@ An example of an object that can't be stored: an object with circular references
**There must be a unique `key` for every value in the store.** **There must be a unique `key` for every value in the store.**
A key must be one of the these types: number, date, string, binary, or array. It's a unique identifier: we can search/remove/update values by the key. A key must be one of the these types - number, date, string, binary, or array. It's a unique identifier, so we can search/remove/update values by the key.
![](indexeddb-structure.svg) ![](indexeddb-structure.svg)