You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.
The FetchEvent for "https://svelte.technology/guide" resulted in a network error response: the promise was rejected.
Promise.catch (async)
self.addEventListener.event @ service-worker.js:45
service-worker.js:52 Uncaught (in promise) TypeError: Failed to execute 'fetch' on 'ServiceWorkerGlobalScope': 'only-if-cached' can be set only with 'same-origin' mode
The text was updated successfully, but these errors were encountered:
I tried changing it to only-if-cached to see if that fixed the error for me. It did, but I got a different error now! :D It says "Cannot assign to read only property mode" - pointing to the line where it sets event.request.mode = "same-origin":
Sorry for commenting on a closed issue - would you like me to raise a new one?
Chrome devtools on https://svelte.technology/guide
The text was updated successfully, but these errors were encountered: