Explorar o código

fix: #203 pwa installation problem

Yifei Zhang %!s(int64=2) %!d(string=hai) anos
pai
achega
16028795f9
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      public/serviceWorker.js

+ 2 - 0
public/serviceWorker.js

@@ -11,3 +11,5 @@ self.addEventListener("install", function (event) {
     }),
   );
 });
+
+self.addEventListener("fetch", (e) => {});