Firefox 的 bf-cache

bf-cache:
通过浏览器的导航:向前、向后,Firefox默认会进行缓存页面,不会重新触发 onload事件,页面看起来就跟离开的时候一样。一种规避方式是,添加 Unload事件:

实例:

http://www.jakearchibald.co.uk/jsperformance/backforwardcache/

资料:
https://developer.mozilla.org/zh-CN/docs/Using_Firefox_1.5_caching
https://developer.mozilla.org/zh-CN/docs/Working_with_BFCache

你可能感兴趣的:(firefox)