whilelucky / pwa

An opinionated progressive web app boilerplate
MIT License
357 stars 47 forks source link

Question: Does it work offline or the support is there? #4

Closed dlucidone closed 7 years ago

whilelucky commented 7 years ago

The offline implementation here is just a simple one that servers a custom offline.html page. Basically, if the browser has support for service workers, the offline.html page is cached on first visit, on repeat visits if the user is not connected to the network, the cached offline.html is served.

Hope that helps :)