How to disable cache in InternetExplorer 8

前端 未结 10 851
粉色の甜心
粉色の甜心 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:36

    Open the IE debugging tools (F12), Cache on the menu, and select always refresh from server. This does mean you need to keep the debugging tools open.

提交回复
热议问题