From 46a51addade571d3d00d2cbc92f94b51c78dc709 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 14 Nov 2018 16:39:04 +0900 Subject: ServiceWorkerはメンテナンスされていないのでとりあえず無効化 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/app/mios.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client') diff --git a/src/client/app/mios.ts b/src/client/app/mios.ts index ef5a10de6f..2f5dcde159 100644 --- a/src/client/app/mios.ts +++ b/src/client/app/mios.ts @@ -172,7 +172,7 @@ export default class MiOS extends EventEmitter { callback(); // Init service worker - if (this.shouldRegisterSw) this.registerSw(); + //if (this.shouldRegisterSw) this.registerSw(); }; // キャッシュがあったとき -- cgit v1.2.3-freya