goog.userAgent.jscript
Functions
expand_more
init() → void
void
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.
expand_more
isVersion( version ) → boolean
boolean
Properties
expand_more
HAS_JSCRIPT → boolean
boolean
Whether we detect that the user agent is using Microsoft JScript.
expand_more
VERSION → string
string
The installed version of JScript.
Compiler Constants
expand_more
goog.userAgent.jscript.ASSUME_NO_JSCRIPT → boolean
boolean
True if it is known at compile time that the runtime environment will not be using JScript.