JavaScript file not updating no matter what I do

前端 未结 13 869
粉色の甜心
粉色の甜心 2021-01-30 03:14

I have an external JavaScript file and whether in FireFox or Chrome, whether all browsing data is cleared, it will NOT update no matter what. I believe something happen

13条回答
  •  情深已故
    2021-01-30 03:46

    A little late to the party, but if you put this in your html, it will keep your website from updating the cache. It takes the website a little longer to load, but for debugging purposes i like it. Taken from this answer: How to programmatically empty browser cache?

    
    
    
    

提交回复
热议问题