Hey guys, it seems I’m unable to refresh my webpage from Edge. I can click the button and the page will flash but my JS, CSS wont update. Any thoughts?
Cant refresh webpage and update my code
jfcherng
#2
Modern web browser will cache static files (hat’s one of the reason why you visit websites fast).
You may refresh the page via Ctrl + F5.
Or disable the cache in Chrome (if you are using it) developer tool → Network.
0 Likes