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 Aug 31, 2021. It is now read-only.
Correct me if I'm wrong here. The way I understand this is that if the browser hits any of the pages under /pages/, it will check the network first then cache it. Once offline, and if the page is cached, it will show the cached page. Otherwise, show the offline page.
If my assumption above is correct, I dont understand why the cache parameter hinders the toolbox from displaying the offline page. It always happens. The moment I remove the cache parameter, the offline page displays.
Any help would be nice :)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have this code below:
Correct me if I'm wrong here. The way I understand this is that if the browser hits any of the pages under /pages/, it will check the network first then cache it. Once offline, and if the page is cached, it will show the cached page. Otherwise, show the offline page.
If my assumption above is correct, I dont understand why the cache parameter hinders the toolbox from displaying the offline page. It always happens. The moment I remove the cache parameter, the offline page displays.
Any help would be nice :)
The text was updated successfully, but these errors were encountered: