Function Error.getClientInfo
Get information about the client
-
Syntax
String Error.getClientInfo(Number v )
Depending on the verbosity level this function will return information from thewindow.navigatorobject. -
Parameters
Number v- The verbosity of the string returned
verbosity: 0 - Only useragent
verbosity: 1 - Entire navigator object
verbosity: 2 - No change
verbosity: 3 - Include functions in enumeration
verbosity: 4 - Include native functions in enumeration
- Return value Information about the client.
-
Download
Source
Unless otherwise noted all code in the JSLab Standard Library is licensed as GPLv3. See http://www.gnu.org/licenses/gpl.html for the entire license.
This function has dependencies and will not work stand-alone. Use the download button above instead of copy/paste.
