We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8b19b commit 548a0a9Copy full SHA for 548a0a9
src/core/cache-provider/localstorage.js
@@ -1,6 +1,6 @@
1
import * as cache from './../cache';
2
3
-const localStorage = {};
+let localStorage = {}; // eslint-disable-line
4
5
localStorage.get = function (key, callback) {
6
try {
0 commit comments