Obsolete since Gecko 50 (Firefox 50 / Thunderbird 50 / SeaMonkey 2.47)
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
The battery
read-only property returns a BatteryManager
provides information about the system's battery charge level; provides also some new events you can handle to monitor the battery status. This implements the Battery Status API; see that documentation for additional details, a guide to using the API, and sample code.
The battery
property has been removed in favor of the standard Navigator.getBattery()
method, which returns a battery Promise
. Its support is still partial though.
var battery = navigator.battery;
Specification | Status | Comment |
---|---|---|
Battery Status API The definition of 'Navigator.battery' in that specification. | Candidate Recommendation | Initial definition |
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | 38 | ? | 16 — 50
|
No | No | No |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | ? | 38 | ? | 16 — 50
|
No | No | ? |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/navigator/battery