Skip to content

Function: isIE() ​

ts
function isIE(): boolean;

Checks if the current browser is Internet Explorer (IE).

Returns ​

boolean

Returns true if the browser is IE; otherwise, returns false.

Example ​

ts
isIE() // => false in modern browsers

Since ​

1.0.0

Released under the MIT License.