aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2018-02-09 21:11:12 +0530
committerGitHub <noreply@github.com>2018-02-09 21:11:12 +0530
commitf2fcbff04867c223d20baf04c580bd15ebc43584 (patch)
tree5bf7b9f92daeb6f5ebd32df91df9365ef21982c9
parent1f492057841db66a2987482a04ef2f7bdb00a736 (diff)
Update sw.js
-rw-r--r--sw.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw.js b/sw.js
index c821596..c4ed7cf 100644
--- a/sw.js
+++ b/sw.js
@@ -31,3 +31,8 @@ return cache.addAll([
});
+self.addEventListener('fetch', function(event) {
+
+console.log(event.request.url);
+
+});