Navigator
Category: browser
-
- .pointerEnabled :
boolean - .onLine :
boolean - .userAgent :
DOMString - .platform :
string
- .pointerEnabled :
navigator.pointerEnabled : boolean
Indicates if the client uses a pointer
Read only
navigator.onLine : boolean
Indicates if the client appears to be online. This does not necessarily represent that hosts are reachable, however.
Read only
navigator.userAgent : DOMString
The client's user agent
Read only
navigator.platform : string
The operating system platform. Either "darwin" or "win10".
Read only