aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/batterymanager/onchargingchange/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/api/batterymanager/onchargingchange/index.html')
-rw-r--r--files/es/web/api/batterymanager/onchargingchange/index.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/files/es/web/api/batterymanager/onchargingchange/index.html b/files/es/web/api/batterymanager/onchargingchange/index.html
deleted file mode 100644
index 2688bfc3aa..0000000000
--- a/files/es/web/api/batterymanager/onchargingchange/index.html
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: BatteryManager.onchargingchange
-slug: Web/API/BatteryManager/onchargingchange
-translation_of: Web/API/BatteryManager/onchargingchange
----
-<p>{{ APIRef("BatteryManager") }}</p>
-<h2 id="Summary" name="Summary">Resumen</h2>
-<p>Especifica un evento oyente para recibir eventos {{event("chargingchange")}}. Estos eventos se producen cuando se actualiza el estado de la batería {{domxref("BatteryManager.charging", "charging")}}.</p>
-<h2 id="Syntax" name="Syntax">Sintaxis</h2>
-<pre class="syntaxbox">navigator.battery.onchargingchange = funcRef</pre>
-<p>Donde <code><em>funcRef</em></code> es una función para llamar cuando se produce el evento {{event("chargingchange")}}.</p>
-<h2 id="Especificaciones">Especificaciones</h2>
-<p>{{page("/en-US/docs/Web/API/BatteryManager","Specifications")}}</p>
-<h2 id="Compatibilidad_con_navegadores">Compatibilidad con navegadores</h2>
-<p>{{page("/en-US/docs/Web/API/BatteryManager","Browser_compatibility")}}</p>
-<h2 id="Ver_también">Ver también</h2>
-<ul>
- <li>{{domxref("BatteryManager")}}</li>
- <li>{{domxref("window.navigator.battery","navigator.battery")}}</li>
-</ul>