You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 6-data-storage/03-indexeddb/article.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ libs:
7
7
8
8
IndexedDB is a database that is built into a browser, much more powerful than `localStorage`.
9
9
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
+
10
12
- Stores almost any kind of values by keys, multiple key types.
0 commit comments