Skip to content

Commit 543f6ef

Browse files
authored
A notice saying this is very out of date.
This tutorial was written using idb 3.0.2. The current version as of November 2022 is 7.0.0.
1 parent 746ad80 commit 543f6ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ libs:
77

88
IndexedDB is a database that is built into a browser, much more powerful than `localStorage`.
99

10+
[FYI: This tutorial, while being very well written but is out of date, it's written against idb 3.0.2. The current version as of November 2022 is 7.0.0. Lots of breaking changes between the two versions.]
11+
1012
- Stores almost any kind of values by keys, multiple key types.
1113
- Supports transactions for reliability.
1214
- Supports key range queries, indexes.

0 commit comments

Comments
 (0)