isIE

a read-only boolean indicating whether the current browser is Internet Explorer

boolean isIE;

Example

if (webix.env.isIE)
    do_something();

See also
Back to top