We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1797ed8 commit 9ad667cCopy full SHA for 9ad667c
1 file changed
cache-api-keyval.ext.js
@@ -15,11 +15,12 @@ window.CacheApiDB = global.CacheApiDB = this.CacheApiDB = self.CacheApiDB = wind
15
}
16
17
18
+window.CacheApiDBFallback = global.CacheApiDBFallback = this.CacheApiDBFallback = self.CacheApiDBFallback = window.CacheApiDB;
19
+
20
function CACHE(store, options) {
21
this.no = 1;
22
23
-
24
// public get method
25
CACHE.prototype.get = function(key) {}
26
0 commit comments