From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- .../es/web/api/batterymanager/charging/index.html | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 files/es/web/api/batterymanager/charging/index.html (limited to 'files/es/web/api/batterymanager/charging/index.html') diff --git a/files/es/web/api/batterymanager/charging/index.html b/files/es/web/api/batterymanager/charging/index.html new file mode 100644 index 0000000000..8295785a2c --- /dev/null +++ b/files/es/web/api/batterymanager/charging/index.html @@ -0,0 +1,28 @@ +--- +title: BatteryManager.charging +slug: Web/API/BatteryManager/charging +tags: + - Apps + - Batería + - Battery + - Firefox OS + - Mobile + - Móvil + - WebAPI +translation_of: Web/API/BatteryManager/charging +--- +

{{ ApiRef() }}

+

Resumen

+

Un valor boleano indicando si o no esta cargando la batería del dispositivo (está conectado el cargador).

+

Sintaxis

+
var charging = navigator.battery.charging
+

Valor de retorno, charging indica si o no la batería esta siendo cargada; si la batería se está cargando (o si no hay batería), este valor es true. De lo contrario el valor es false.

+

Specifications

+

{{page("/en-US/docs/Web/API/BatteryManager","Specifications")}}

+

Browser compatibility

+

{{page("/en-US/docs/Web/API/BatteryManager","Browser_compatibility")}}

+

See also

+ -- cgit v1.2.3-54-g00ecf