forked from FoundKeyGang/FoundKey
ServiceWorkerはメンテナンスされていないのでとりあえず無効化
This commit is contained in:
parent
0a5fe37025
commit
46a51addad
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ export default class MiOS extends EventEmitter {
|
||||||
callback();
|
callback();
|
||||||
|
|
||||||
// Init service worker
|
// Init service worker
|
||||||
if (this.shouldRegisterSw) this.registerSw();
|
//if (this.shouldRegisterSw) this.registerSw();
|
||||||
};
|
};
|
||||||
|
|
||||||
// キャッシュがあったとき
|
// キャッシュがあったとき
|
||||||
|
|
Loading…
Reference in a new issue