aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/batterymanager/chargingtime/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/api/batterymanager/chargingtime/index.html')
-rw-r--r--files/pt-br/web/api/batterymanager/chargingtime/index.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/files/pt-br/web/api/batterymanager/chargingtime/index.html b/files/pt-br/web/api/batterymanager/chargingtime/index.html
new file mode 100644
index 0000000000..3a02666207
--- /dev/null
+++ b/files/pt-br/web/api/batterymanager/chargingtime/index.html
@@ -0,0 +1,34 @@
+---
+title: BatteryManager.chargingTime
+slug: Web/API/BatteryManager/chargingTime
+tags:
+ - API
+ - Battery API
+ - Propriedade
+ - Referencia
+translation_of: Web/API/BatteryManager/chargingTime
+---
+<p>{{APIRef("Battery API")}}</p>
+
+<p>Indica a quantidade de tempo, em segundos, que resta até que a bateria esteja totalmente carregada.</p>
+
+<h2 id="Syntax" name="Syntax">Sintaxe</h2>
+
+<pre class="syntaxbox">var <em>time</em> = navigator.battery.chargingTime</pre>
+
+<p>No retorno, <code>time</code> é o tempo restante em segundos até que a bateria esteja totalmente carregada, ou 0 se a bateria já estiver com sua carga completa. Se a bateria estiver descarregando (ou se o sistema não é capaz de derminar o tempo restante para o carregamento), este valor é <code><a href="/en-US/docs/JavaScript/Reference/Global_Objects/Infinity" title="/en-US/docs/JavaScript/Reference/Global_Objects/Infinity">Infinity</a></code>.</p>
+
+<h2 id="Especificações">Especificações</h2>
+
+<p>{{page("/pt-BR/docs/Web/API/BatteryManager","Specifications")}}</p>
+
+<h2 id="Compatibilidade_entre_navegadores">Compatibilidade entre navegadores</h2>
+
+<p>{{page("/pt-BR/docs/Web/API/BatteryManager","Browser_compatibility")}}</p>
+
+<h2 id="Veja_também">Veja também</h2>
+
+<ul>
+ <li>{{domxref("BatteryManager")}}</li>
+ <li>{{domxref("Navigator.battery")}}</li>
+</ul>