OpenWGA 7.6 - JavaScript reference
WGAProperty :
WGA.isIE
On object | WGA |
Usage |
Returns if the current browser is a legacy Microsoft Internet Explorer of version lower than 11 |
Description |
The term "msie" was removed from Internet Explorers user agent string beginning with version 11, most likely so websites having workarounds for the behaviours of older IE versions will no longer enforce those workarounds on version 11, which is thought to comply to browser standards closely enough so they are no longer necessary. Because of this the property "isIE", which was used in a similar manner, becomes a property to enable/disable custom workarounds for older IE versions. Use method WGA.IEVersion() if you really want to detect Internet Explorers of version 11 or higher. |
Writable | False |
Return value | Boolean |