Skip to content

Instantly share code, notes, and snippets.

@directionforward
Created June 30, 2021 19:14
Show Gist options
  • Save directionforward/b4d36d0b428fa4071f21c58715cf8498 to your computer and use it in GitHub Desktop.
Save directionforward/b4d36d0b428fa4071f21c58715cf8498 to your computer and use it in GitHub Desktop.
Detect IE
if (window.document.documentMode) {
// Do IE stuff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment