Skip to content

isBrowserIE

kherP edited this page Jan 2, 2020 · 3 revisions

This utility checks if the current browser is Internet Explorer.

Example

console.log(isBrowserIE()); // false
Clone this wiki locally