Static functions for accessing information about the browser.
| EMS. | Static functions for accessing information about the browser. |
| Static Functions | |
| getName | {String} The name of the browser such as: |
| getVersion | {Float} The browser version number as a {Float}. |
| getPlatform | {String} The name of the platform (operating system), such as: |
| getEngine | {String} Returns the name of the browser engine, such as: |
{String} The name of the browser such as:
getName: function()
{Float} The browser version number as a {Float}.
getVersion: function()
{String} The name of the platform (operating system), such as:
getPlatform: function()
{String} Returns the name of the browser engine, such as:
getEngine: function()