Namespace pwlib.browser
Holds browser information.
Defined in: lib.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
<static> |
pwlib.browser.firefox
Firefox uses the Gecko render engine.
|
<static> |
pwlib.browser.gecko
Gecko is the render engine used by Firefox and related products.
|
<static> |
pwlib.browser.msie
Microsoft Internet Explorer.
|
<static> |
pwlib.browser.olpcxo
Tells if the browser is running on an OLPC XO.
|
<static> |
pwlib.browser.opera
|
<static> |
pwlib.browser.os
Browser operating system
|
<static> |
pwlib.browser.presto
Presto is the render engine used by Opera.
|
<static> |
pwlib.browser.webkit
Webkit is the render engine used primarily by Safari.
|
Field Detail
<static>
{Boolean}
pwlib.browser.firefox
Firefox uses the Gecko render engine.
<static>
{Boolean}
pwlib.browser.gecko
Gecko is the render engine used by Firefox and related products.
<static>
{Boolean}
pwlib.browser.msie
Microsoft Internet Explorer. The future of computing.
<static>
{Boolean}
pwlib.browser.olpcxo
Tells if the browser is running on an OLPC XO. Typically, only the default
Gecko-based browser includes the OLPC XO tokens in the user agent string.
<static>
{Boolean}
pwlib.browser.opera
<static>
{String}
pwlib.browser.os
Browser operating system
<static>
{Boolean}
pwlib.browser.presto
Presto is the render engine used by Opera.
<static>
{Boolean}
pwlib.browser.webkit
Webkit is the render engine used primarily by Safari. It's also used by
Google Chrome and GNOME Epiphany.