summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/worker.js b/worker.js
index 90f1724..86790d3 100644
--- a/worker.js
+++ b/worker.js
@@ -97,7 +97,8 @@ this.addEventListener('fetch', function(event) {
}
}
- console.log('cache miss for', req.url, 'OL:', navigator.onLine);
+ /* global EpubeApp */
+ console.log('cache miss for', req.url, 'OL:', navigator.onLine, 'EA:', typeof EpubeApp);
return fetch(req).then(function(resp) {