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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# localCookies
2
2
3
-
A tiny localStorage with fallback to Cookies shim. Will allow apps to use localStorage but fallsback to cookies when that is not available in the browser.
3
+
A tiny localStorage shim with fallback to Cookies. Will allow apps to use localStorage but fallsback to cookies when that is not available in the browser.
4
4
5
5
## About localCookies
6
6
7
7
The localCookies library has the exact same API as localStorage, for more information see [here](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage).
8
8
9
-
localCookies comes in two flavors a iife function that can be directly used in the <script> tag under `./dist` and a ES6 module under `./modul`
9
+
localCookies comes in two flavors a iife function that can be directly used in the <script> tag under `./dist` and a ES6 module under `./module`
0 commit comments