0
Is it possible to identify that there was an update on the server, that is, there was an update on the page (HTML) or in the style (CSS), and request to the server to fetch the updated data? If yes, how?
0
Is it possible to identify that there was an update on the server, that is, there was an update on the page (HTML) or in the style (CSS), and request to the server to fetch the updated data? If yes, how?
2
Interesting question. Ever tried to use a timestamp in the name of scripts? This would help when an update occurs.
Take a look at the https://developers.google.com/web/showcase/2015/service-workers-iowa#Stale-content
I hope I’ve helped.
Hugs!
Browser other questions tagged javascript web-application service-worker pwa
You are not signed in. Login or sign up in order to post.