How to disable cache in InternetExplorer 8

前端 未结 10 836
粉色の甜心
粉色の甜心 2020-12-02 17:07

How can I disable cache in IE8 ? We are doing Javascript development and testing it in IE8, but we have to clear the cache every time we make changes to the Javascript files

10条回答
  •  死守一世寂寞
    2020-12-02 17:22

    Ctrl+F5 Should cause a full page refresh including all that cached javascript.

    Occasionally though, you'll still need a cache clear, because even Ctrl+F5 won't work, for reasons beyond comprehension IE can't even get "refresh" right 100% of the time.

提交回复
热议问题