appMinorVersion
Summary
Retrieves the userAgent application’s minor version value.
Property of dom/Navigatordom/Navigator
Syntax
Note: This property is read-only.
var result = navigator.appMinorVersion;
Return Value
Returns an object of type StringString
The userAgent application’s minor version number.
Examples
The linked example enumerates the window.navigator object and displays the results on the screen.
Usage
Do not use to try to detect the userAgent version number... this is unreliable.
Use ‘feature detection’ instead.
Syntax
Attributions
Microsoft Developer Network: [navigator.appMinorVersion Article]