summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-04-22 14:05:06 +0300
committerAndrew Dolgov <[email protected]>2020-04-22 14:05:06 +0300
commit056aee7927911c5bc36c02b741a62bc74d9538a4 (patch)
treec4b89b0fdabcdd16c5efa27118ba51eaca631061 /worker.js
parent71db8b9b4328278ee8a5fd13d55ef12b477a481e (diff)
various offline mode fixes related to service worker initialization
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/worker.js b/worker.js
index 65c39e6..a2b9f59 100644
--- a/worker.js
+++ b/worker.js
@@ -4,6 +4,7 @@ const CACHE_PREFIX = 'epube';
const CACHE_NAME = CACHE_PREFIX + '-v2';
const CACHE_URLS = [
'manifest.json',
+ 'worker.js',
'img/ic_launcher_web.png',
'img/favicon.png',
'read.html',