Name

appMinorVersion — NN n/a IE 4 DOM n/a

Synopsis

Read-only

Reveals the value to the right of the decimal point in the entire version number. So-called bug-fix or patched versions, such as 4.03, are not reflected in IE’s version numbering, so they return a value of 0. The exact release version is available by parsing the values of appVersion or userAgent.

Example

var subVer = navigator.appMinorVersion

Value

String version of the first digit to the right of the decimal of the primary version number.

Default

Depends on browser version.

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.