isIE
Checks if the current JavaScript runtime is running on Internet Explorer.
It checks whether navigator.userAgent
includes MSIE
or Trident
.
function isIE(): boolean;
Checks if the current JavaScript runtime is running on Internet Explorer.
It checks whether navigator.userAgent
includes MSIE
or Trident
.
function isIE(): boolean;