Created
June 30, 2021 19:14
-
-
Save directionforward/b4d36d0b428fa4071f21c58715cf8498 to your computer and use it in GitHub Desktop.
Detect IE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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