Sys.Browser Class
Provides information about the current Web browser.
Namespace: Sys
Inherits: None
var browser = Sys.Browser();
Name |
Description |
---|---|
Gets an object that represents the user agent of the browser. |
|
Gets a value that indicates the document compatibility mode of the browser. |
|
Gets a value that indicates whether the browser supports debug statements. |
|
Gets the name of the browser. |
|
Gets the version number of the browser. |
The Sys.Browser object determines which browser is being used and provides some information about it. You can use this object to help customize your code to the unique requirements or capabilities of the browser.