Service-Worker-Offline
Service-Worker-Offline copied to clipboard
Basic test does not work
Hi ! Thank you for this source code. But notice that when downloading the .zip file from Windows OS, unzip it and double click on index.html, it does still show "online message" even when the PC is offline.
Currently experiencing the same issue.
Using over file:///
or HTTP isn't really going to work that well.
I recommend that you guys use it on a web server over HTTPS.
Such as the demo provided, which still works today:
https://deanhume.github.io/Service-Worker-Offline/
@Saint-Cyr
Just tested, everything works as expected over HTTPS on my NGINX web server.