Namespace goog.labs.userAgent.engine

code »
Show:

Global Functions

Returns
The rendering engine's version or empty string if version can't be determined.
Parameters
tuples: !Array
Version tuples.
key: string
The key to look for.
Returns
The version string of the given key, if present. Otherwise, the empty string.
Returns
Whether the rendering engine is Gecko.
Returns
Whether the rendering engine is Presto.
Returns
Whether the rendering engine is Trident.
Parameters
version: (string|number)
The version to check.
Returns
Whether the rendering engine version is higher or the same as the given version.
Returns
Whether the rendering engine is WebKit.