platform
platform.description
platform.layout
platform.manufacturer
platform.name
platform.os
platform.prerelease
platform.product
platform.version
platform.noConflict
platform.parse
platform.toString
(Object): The platform object. ▲
(String): The platform description. ▲
(String, Null): The name of the browser layout engine. ▲
(String, Null): The name of the product's manufacturer. ▲
(String, Null): The name of the browser/environment. ▲
(String, Null): The name of the operating system. ▲
(String, Null): The alpha/beta release indicator. ▲
(String, Null): The name of the product hosting the browser. ▲
(String, Null): The browser/environment version. ▲
Restores a previously overwritten platform object. ▲
(Object): The current platform object.
Creates a new platform object. ▲
[ua = navigator.userAgent]
(String): The user agent string.
(Object): A platform object.
Return platform description when the platform object is coerced to a string. ▲
(String): The platform description.