soiz1 commited on
Commit
c703769
·
1 Parent(s): 8639b99

Update service-worker.js

Browse files
Files changed (1) hide show
  1. service-worker.js +1 -1
service-worker.js CHANGED
@@ -1,5 +1,5 @@
1
  const CACHE_NAME = 'media-player-cache-v1';
2
- let cachedFiles = ['/index.html'];
3
 
4
  // インストール時のキャッシュ処理
5
  self.addEventListener('install', (event) => {
 
1
  const CACHE_NAME = 'media-player-cache-v1';
2
+ let cachedFiles = ['/index.html', '/index.html?mode=t'];
3
 
4
  // インストール時のキャッシュ処理
5
  self.addEventListener('install', (event) => {