Skip to content

Instantly share code, notes, and snippets.

@jakerullman
Created March 11, 2015 23:37
Show Gist options
  • Save jakerullman/69b406d43d57528aa506 to your computer and use it in GitHub Desktop.
Save jakerullman/69b406d43d57528aa506 to your computer and use it in GitHub Desktop.
Browser reload death.
window.onbeforeunload = function () {
while (true) {
console.log("AAAA");
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment