Add stub service worker so users can install on desktop with Chrome

Signed-off-by: Dale Harvey <dale@arandomurl.com>
This commit is contained in:
Dale Harvey
2020-01-10 19:08:56 +00:00
parent 024c019c5b
commit a41484cb35
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
self.addEventListener('fetch',() => {});