Constructor
new module:ct-dom /Browser()
Methods
(static) get IEVersion() → {Number|undefined}
Gets the IE version
Returns:
The version (if the browser is IE), otherwise undefined
- Type
- Number | undefined
(static) is IE() → {boolean}
Determine whether the browser is Internet Explorer.
Returns:
true
if Internet Explorer, otherwise false
.
- Type
- boolean