Skip to content

Instantly share code, notes, and snippets.

@jnicol
Created January 24, 2018 23:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnicol/ccd41b1e0f6c8105cf3ed5a6c3354e23 to your computer and use it in GitHub Desktop.
Save jnicol/ccd41b1e0f6c8105cf3ed5a6c3354e23 to your computer and use it in GitHub Desktop.
var isIE = /*@cc_on!@*/false || !!document.documentMode, // Internet Explorer 6-11
isEdge = !isIE && !!window.StyleMedia; // Edge 20+
if(isIE || isEdge) {
// do something...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment