I am developing javascript page which will read from file every five minutes. Problem is that whenever the old file is deleted and new file is coming, it is not loaded in google chrome because it will keep reading from the chache
I have tried searching many links but no help
location.reload(true)
The above command works in Microsoft edge and firefox without any problem but does not work in google chrome.