userAgent.jscript

Classes


Public Protected Private

Global Functions

goog.userAgent.jscript.init_()
Initializer for goog.userAgent.jscript. Detects if the user agent is using Microsoft JScript and which version of it. This is a named function so that it can be stripped via the jscompiler option for stripping types.
code »
goog.userAgent.jscript.isVersion(version) boolean
Whether the installed version of JScript is as new or newer than a given version.
Arguments:
version : string
The version to check.
Returns: boolean  Whether the installed version of JScript is as new or newer than the given version.
code »

Global Properties

goog.userAgent.jscript.ASSUME_NO_JSCRIPT :
No description.
Code »
goog.userAgent.jscript.DETECTED_HAS_JSCRIPT_ :
No description.
Code »
goog.userAgent.jscript.DETECTED_VERSION_ :
No description.
Code »
goog.userAgent.jscript.HAS_JSCRIPT :
Whether we detect that the user agent is using Microsoft JScript.
Code »
goog.userAgent.jscript.VERSION :
The installed version of JScript.
Code »

Package userAgent

Package Reference