Constructor
new module:caplin/dom/Browser()
Methods
-
(static) getIEVersion() → {Number|undefined}
-
Gets the IE version
Returns:
The version (if the browser is IE), otherwiseundefined
- Type
- Number | undefined
-
(static) isIE() → {boolean}
-
Determine whether the browser is Internet Explorer.
Returns:
true
if Internet Explorer, otherwisefalse
.- Type
- boolean