Returns the maximum number of simultaneous touch contact points are supported by the current device.
Returns the value used for the User-Agent
HTTP request header for
HTTP requests initiated with fetch()
.
"my-app/0.0.1 (Switch; en-us; rv:14.1.2|AMS 1.5.4|E) nx.js/0.0.18"
https://developer.mozilla.org/docs/Web/API/Navigator/userAgent
Returns a promise which is resolved to a BatteryManager instance.
Generated using TypeDoc
The
Navigator
interface represents the state and the identity of the user agent. It allows scripts to query it and to register themselves to carry on some activities.A
Navigator
instance can be retrieved by accessing the globalnavigator
property.See
https://developer.mozilla.org/docs/Web/API/Navigator