Skip to content

Instantly share code, notes, and snippets.

@jorgeortega
Last active March 15, 2018 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorgeortega/debb3f0c81011d0a2f11d7140fb81859 to your computer and use it in GitHub Desktop.
Save jorgeortega/debb3f0c81011d0a2f11d7140fb81859 to your computer and use it in GitHub Desktop.
Clear all timeouts in window
var id=window.setTimeout(function(){},0);
while(id--){window.clearTimeout(id);}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment