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: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ IndexedDB is allowed more storage space than localStorage. It can also store mor
6
6
7
7
IndexedDB can do a _lot_ more, but the reasons above are enough to use it even in relatively simple cases. This DataStore class is woefully underusing IndexedDB features. It merely replicates localStorage but by using IndexedDB behind the scenes for its advantages.
8
8
9
+
## Install
10
+
11
+
_Instructions coming soon_
12
+
9
13
## Usage
10
14
11
15
While DataStore aims to be as simple as localStorage, it does have one extra setup step: you must create an instance.
0 commit comments