Is it possible to identify that there was an update on the server, that is, there was an update in the page (HTML) or style (CSS), and make the request to the server to fetch the updated data? If so, how?
Is it possible to identify that there was an update on the server, that is, there was an update in the page (HTML) or style (CSS), and make the request to the server to fetch the updated data? If so, how?
Interesting question. Have you tried using a timestamp in the name of the scripts? This would help when an update occurs.
Take a look at link
I hope I have helped.
Hugs!