Created
August 3, 2012 04:58
-
-
Save javiervivanco/3244516 to your computer and use it in GitHub Desktop.
Simple Detection IE Javascript
This file contains 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 ('__proto__' in {}) { | |
// IS NOT IE | |
} else { | |
// IS IE | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment