Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

BatteryManager.onchargingchange

Resumen

Especifica un evento oyente para recibir eventos chargingchange. Estos eventos se producen cuando se actualiza el estado de la batería charging.

Sintaxis

navigator.battery.onchargingchange = funcRef

Donde funcRef es una función para llamar cuando se produce el evento chargingchange.

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 navigator.battery
10.0 (10) moz [1]
16.0 (16) (without prefix) [2]

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.

Ver también

Etiquetas y colaboradores del documento

 Colaboradores en esta página: fscholz, Pau_Ilargia, voylinux
 Última actualización por: Pau_Ilargia,