engine.js
No description.

File Location

/goog/labs/useragent/engine.js


Public Protected Private

Global Functions

goog.labs.userAgent.engine.getVersion() string
No description.
Returns: string  The rendering engine's version or empty string if version can't be determined.
code »
goog.labs.userAgent.engine.getVersionForKey_(tupleskey) string
No description.
Arguments:
tuples : !Array.<!Array.<string>>
Version tuples.
key : string
The key to look for.
Returns: string  The version string of the given key, if present. Otherwise, the empty string.
code »
goog.labs.userAgent.engine.isGecko() boolean
No description.
Returns: boolean  Whether the rendering engine is Gecko.
code »
goog.labs.userAgent.engine.isPresto() boolean
No description.
Returns: boolean  Whether the rendering engine is Presto.
code »
goog.labs.userAgent.engine.isTrident() boolean
No description.
Returns: boolean  Whether the rendering engine is Trident.
code »
goog.labs.userAgent.engine.isVersionOrHigher(version) boolean
No description.
Arguments:
version : string | number
The version to check.
Returns: boolean  Whether the rendering engine version is higher or the same as the given version.
code »
goog.labs.userAgent.engine.isWebKit() boolean
No description.
Returns: boolean  Whether the rendering engine is WebKit.
code »

Directory useragent

File Reference