Skip to content

Instantly share code, notes, and snippets.

@Koniksan
Last active November 30, 2017 08:55
Show Gist options
  • Save Koniksan/495ec435343e233db24b5803d252b21e to your computer and use it in GitHub Desktop.
Save Koniksan/495ec435343e233db24b5803d252b21e to your computer and use it in GitHub Desktop.
Definition of Edge or Internet Explorer Browser , 2 solutions.
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
...
}
if (document.documentMode || /Edge/.test(navigator.userAgent)) {
    ... do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment