DEV Community

Discussion on: A Bug in Chrome 75 Caused Random Offline Pages

Collapse
 
s1037989 profile image
Stefan Adams

How is it that the offline page was able to be presented? Isn't that just another normal GET request like the original that failed due to being "offline"?

Collapse
 
maestromac profile image
Mac Siri

Offline page is stored in service worker and is returned if a cache copy of said request doesn't exist or the request failed.