mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-02-10 00:41:56 +01:00
fix typo
This commit is contained in:
parent
1b232ae693
commit
efa188dbf7
@ -15,7 +15,7 @@ self.addEventListener("install", evt => {
|
||||
});
|
||||
|
||||
self.addEventListener("fetch", evt => {
|
||||
if (event.request.mode != "navigate") return;
|
||||
if (evt.request.mode != "navigate") return;
|
||||
evt.respondWith(
|
||||
fromNetwork(evt.request)
|
||||
.catch(() => fromCache(evt.request))
|
||||
|
Loading…
Reference in New Issue
Block a user