We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87115c3 + bbfee28 commit ff92bcaCopy full SHA for ff92bca
vendor/priors/gwt.js
@@ -265,8 +265,11 @@ var cache = {
265
this.isOpfsCachingEnabled = false;
266
this.isIndexedDBCachingEnabled = false;
267
this.desiredCacheSize = 0;
268
+
269
this.init = function init(maxSizeMiB) {
270
let that = this;
271
+ if (window.location.hostname == "localhost")
272
+ return;
273
bindCacheStore(that);
274
isOPFSAvailable().thenApply(function(isOpfsCachingEnabled) {
275
isIndexedDBAvailable().thenApply(function(isIndexedDBCachingEnabled) {
0 commit comments