Skip to content

Instantly share code, notes, and snippets.

@gapurov
Created May 22, 2019 08:12
Show Gist options
  • Save gapurov/8c80faf993e551b64089332231cc5f00 to your computer and use it in GitHub Desktop.
Save gapurov/8c80faf993e551b64089332231cc5f00 to your computer and use it in GitHub Desktop.
detectIE
/**
* detect IE
*
*/
detectIE = () =>
/MSIE|Trident|Edge/.test(window.navigator.userAgent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment