1

In Firefox I can flush the bfcache by setting en empty function to window.onunload.

window.onunload = function(){};

Like this window.onload will fire after every back navigation to my page.

I need this behaviour in Chrome(ium) as well, but it doesn't work with the onunload event.

How can I achieve this?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Kiechlus
  • 1,167
  • 12
  • 21

0 Answers0