Esta traducción está incompleta. Por favor, ayuda a traducir este artículo del inglés.
Resumen
Indica la cantidad de tiempo, en segundos, que faltan para que la batería esté completamente cargada.
Sintaxis
var time = navigator.battery.chargingTime
Cuando devuelve, time
es el tiempo restante en segundos para que la batería esté completamente cargada o 0 (cero) si la batería ya está completamente cargada. Si la batería está descargándose —o si el sistema no puede determinar el restante de carga— el valor es Infinity
.
Especificaciones
Specification | Status | Comment |
---|---|---|
Battery Status API | Working Draft | Last Call Working Draft. |
Compatibilidad con navegadores
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | 38 | Supports the deprecated navigator.battery .10 (10) moz [1] 16 (16) (without prefix) [2] |
Not supported | 25 | Not supported |
Feature | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | Not supported | 39 [3] |
Supports the deprecated |
Not supported | 25 [3] | Not supported |
Notes
[1] Disabled by default in Firefox 10.0, but can be enabled setting the preference dom.battery.enabled
to true
. Starting with Firefox 11.0, mozBattery
is enabled by default.
[2] The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for MacOS is available starting with Gecko 18.0 (Firefox 18.0 / Thunderbird 18.0 / SeaMonkey 2.15).
[3] Values for BatteryManager.chargingTime
and BatteryManager.dischargingTime
are always equal to Infinity
.