summaryrefslogtreecommitdiff
path: root/static/sw.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/sw.js')
-rw-r--r--static/sw.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/sw.js b/static/sw.js
new file mode 100644
index 0000000..258caf0
--- /dev/null
+++ b/static/sw.js
@@ -0,0 +1,3 @@
1self.addEventListener ('fetch', function(event) {
2
3});