Fixed service worker

This commit is contained in:
Eduard Urbach 2018-04-18 02:05:43 +02:00
parent afdcc45c12
commit 9c2f16ad84

View File

@ -123,7 +123,7 @@ class MyServiceWorker {
return
}
return fetch(request)
return evt.respondWith(fetch(request))
// // Exclude certain URLs from being cached.
// for(let pattern of this.excludeCache.keys()) {