···5555 const isInternal =
5656 !!event.request.url.match(new RegExp("^" + self.location.origin))
57575858- const isOffline =
5959- !self.navigator.onLine
5858+ // const isOffline =
5959+ // !self.navigator.onLine
60606161 // When doing a request with basic authentication in the url, put it in the headers instead
6262 if (event.request.url.includes("service_worker_authentication=")) {