javascript - window.onload after every navigation - bfcache in chrome -


in firefox can flush bfcache setting en empty function window.onunload.

window.onunload = function(){}; 

like window.onload fire after every navigation page.

i need behaviour in chrome(ium) well, doesn't work onunload event.

how can achieve this?


Comments

Popular posts from this blog

Qt4: how to send QString inside a struct via QSharedMemory -

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -