From c54683f6ae5564f6dfa1597c81b127a2374418d3 Mon Sep 17 00:00:00 2001 From: Anderson Vallejo <48649209+Vallejoanderson@users.noreply.github.com> Date: Thu, 3 Feb 2022 18:00:16 -0500 Subject: Content sync and updated to md | BatteryManager.charging [ES] (#3974) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Content sync and updated to md * Apply suggestions from code review Co-authored-by: Juan Vásquez * Update files/es/web/api/batterymanager/charging/index.md Co-authored-by: Carolyn Wu <87150472+cw118@users.noreply.github.com> Co-authored-by: Juan Vásquez Co-authored-by: Carolyn Wu <87150472+cw118@users.noreply.github.com> Nicely done! Lets merge this PR. --- .../es/web/api/batterymanager/charging/index.html | 28 ---------------------- 1 file changed, 28 deletions(-) delete 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 deleted file mode 100644 index 8295785a2c..0000000000 --- a/files/es/web/api/batterymanager/charging/index.html +++ /dev/null @@ -1,28 +0,0 @@ ---- -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