Fixed service worker
This commit is contained in:
parent
afdcc45c12
commit
9c2f16ad84
@ -123,7 +123,7 @@ class MyServiceWorker {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
return fetch(request)
|
return evt.respondWith(fetch(request))
|
||||||
|
|
||||||
// // Exclude certain URLs from being cached.
|
// // Exclude certain URLs from being cached.
|
||||||
// for(let pattern of this.excludeCache.keys()) {
|
// for(let pattern of this.excludeCache.keys()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user