The goog.userAgent.jscript Namespace

.ASSUME_NO_JSCRIPT

.HAS_JSCRIPT {boolean}

Whether we detect that the user agent is using Microsoft JScript.

.VERSION {string}

The installed version of JScript.

.isVersion(version)

Whether the installed version of JScript is as new or newer than a given version.

version {string}
The version to check.
returns {boolean}
Whether the installed version of JScript is as new or newer than the given version.