From 056aee7927911c5bc36c02b741a62bc74d9538a4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 22 Apr 2020 14:05:06 +0300 Subject: various offline mode fixes related to service worker initialization --- worker.js | 1 + 1 file changed, 1 insertion(+) (limited to 'worker.js') 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', -- cgit v1.2.3