Skip to content

Instantly share code, notes, and snippets.

@chsami
Created May 22, 2020 17:28
Show Gist options
  • Save chsami/da12270b368c044b3047405ca397050e to your computer and use it in GitHub Desktop.
Save chsami/da12270b368c044b3047405ca397050e to your computer and use it in GitHub Desktop.
var ua = window.navigator.userAgent;
var msie = ua.indexOf("MSIE ");
if (/Edge/.test(navigator.userAgent) || msie > -1 || !!navigator.userAgent.match(/Trident.*rv\:11\./)) {
applyPolyfills().then(() => {
defineCustomElements();
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment