aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/navigator/devicememory/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:52 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:52 -0500
commit074785cea106179cb3305637055ab0a009ca74f2 (patch)
treee6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/pt-br/web/api/navigator/devicememory/index.html
parentda78a9e329e272dedb2400b79a3bdeebff387d47 (diff)
downloadtranslated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz
translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2
translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip
initial commit
Diffstat (limited to 'files/pt-br/web/api/navigator/devicememory/index.html')
-rw-r--r--files/pt-br/web/api/navigator/devicememory/index.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/files/pt-br/web/api/navigator/devicememory/index.html b/files/pt-br/web/api/navigator/devicememory/index.html
new file mode 100644
index 0000000000..9b4a48aae5
--- /dev/null
+++ b/files/pt-br/web/api/navigator/devicememory/index.html
@@ -0,0 +1,39 @@
+---
+title: Navigator.deviceMemory
+slug: Web/API/Navigator/deviceMemory
+translation_of: Web/API/Navigator/deviceMemory
+---
+<p>{{SeeCompatTable}}{{APIRef("Device Memory")}}</p>
+
+<p>A propriedade de somente-leitura <strong><code>deviceMemory</code></strong> da interface {{domxref("navigator")}} retorna a quantidade de memória do dispositivo em gigabytes. Este valor é uma aproximação por arredondamento da potência mais próxima de 2 e dividindo este número por 1024.</p>
+
+<h2 id="Sintaxe">Sintaxe</h2>
+
+<pre class="syntaxbox">var <em>memory</em> = navigator.deviceMemory</pre>
+
+<h3 id="Valor">Valor</h3>
+
+<p>Um número de ponto flutuante.</p>
+
+<h2 id="Especificações">Especificações</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">Especificação</th>
+ <th scope="col">Status</th>
+ <th scope="col">Comentário</th>
+ </tr>
+ <tr>
+ <td>{{SpecName('Device Memory','#sec-device-memory-js-api','deviceMemory')}}</td>
+ <td>{{Spec2('Device Memory')}}</td>
+ <td>Definição inicial.</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2>
+
+<div class="hidden">A tabela de compatibilidade nesta página é gerada de dados estruturados.. Se você quiser contribuir com dados, por favor vá a <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos envie um <em lang="en">pull request</em>.</div>
+
+<p>{{Compat("api.Navigator.deviceMemory")}}</p>