diff options
Diffstat (limited to 'files/pt-br/web/api/batterymanager/charging/index.html')
-rw-r--r-- | files/pt-br/web/api/batterymanager/charging/index.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/files/pt-br/web/api/batterymanager/charging/index.html b/files/pt-br/web/api/batterymanager/charging/index.html new file mode 100644 index 0000000000..3a079ebc11 --- /dev/null +++ b/files/pt-br/web/api/batterymanager/charging/index.html @@ -0,0 +1,33 @@ +--- +title: BatteryManager.charging +slug: Web/API/BatteryManager/charging +tags: + - API + - Battery API + - Propriedade +translation_of: Web/API/BatteryManager/charging +--- +<p>{{APIRef("Battery API")}}</p> + +<p>Um valor Booleano que indica se a bateria está sendo ou não carregada no momento.</p> + +<h2 id="Syntax" name="Syntax">Sintaxe</h2> + +<pre class="syntaxbox">var <em>charging</em> = navigator.battery.charging</pre> + +<p>No retorno, <code>charging</code> indica se a bateria está sendo carregada no momento; se a bateria está carregando (ou se não há bateria), este valor é <code>true</code>. Caso contrário, o valor é <code>false</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> |