Deprecated Property for Cross-Browser Plugins (1325 / 1425)
AdminStudio 2021 | 21.0 | Application Manager
For this browser compatibility test, the web application contents are scanned for usage of the window.ActiveXObject property.
Test Group/Test Category
• | 1325—Browser Compatibility/Internet Explorer 11 |
• | 1425—Browser Compatibility/Microsoft Edge |
Severity
Warning
Background
Since Windows Internet Explorer 11, the navigator object supports plugins and Internet media type (a.k.a. MIME type) properties. In addition, the window.ActiveXObject property is hidden from the Document Object Model (DOM) and it is not possible to determine if a plugin is present using this property.
Resolution
The web application should be re-engineered to use replacements for the window.ActiveXObject property.
See Also