mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
ServiceWorkerはメンテナンスされていないのでとりあえず無効化
This commit is contained in:
parent
4475d583f0
commit
696f576c8f
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ export default class MiOS extends EventEmitter {
|
|||
callback();
|
||||
|
||||
// Init service worker
|
||||
if (this.shouldRegisterSw) this.registerSw();
|
||||
//if (this.shouldRegisterSw) this.registerSw();
|
||||
};
|
||||
|
||||
// キャッシュがあったとき
|
||||
|
|
Loading…
Add table
Reference in a new issue