How to turn off caching on Firefox?

后端 未结 17 805
失恋的感觉
失恋的感觉 2020-11-28 00:26

During development I have to \"clear cache\" in Firefox all the time in order to make it use the latest version of JavaScript files.

Is there some kind of setting (a

17条回答
  •  南笙
    南笙 (楼主)
    2020-11-28 01:20

    If you're working with server side code you could generate a random number and append it to the end of the src in the following manner....

    src="yourJavascriptFile.js?randomNumber=434534"

    with the randomNumber being randomly generated each time.

提交回复
热议问题