This page is Ready to Use

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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.


View live example

Usage

 Do not use to try to detect the userAgent version number... this is unreliable.

Use ‘feature detection’ instead.

Syntax

Attributions