How to detect when a user reloads a webpage? (unload event)
Is it possible to detect when the webpage is reloaded? It's in a sandboxed iFrame, but it doesn't properly send unload events, so it never automatically releases memory. I'm looking for a way to do that manually.
Please sign in to leave a comment.