aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/web/api/metadata
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-pt/web/api/metadata')
-rw-r--r--files/pt-pt/web/api/metadata/index.html117
1 files changed, 0 insertions, 117 deletions
diff --git a/files/pt-pt/web/api/metadata/index.html b/files/pt-pt/web/api/metadata/index.html
deleted file mode 100644
index de3b7848ef..0000000000
--- a/files/pt-pt/web/api/metadata/index.html
+++ /dev/null
@@ -1,117 +0,0 @@
----
-title: Metadados
-slug: Web/API/Metadata
-tags:
- - API
- - API Entradas de Diretoria e Ficheiro
- - API do Sistema de Ficheiros
- - Ficheiros
- - Interface
- - Não Padrão
- - Pff-line
- - Referencia
- - metadados
-translation_of: Web/API/Metadata
-original_slug: Web/API/Metadados
----
-<p>{{ APIRef("File System API") }}{{SeeCompatTable}}{{Non-standard_header}}</p>
-
-<p>A interface de <strong><code>Metadados</code></strong> é utilizada por <u>API Entradas de Diretoria e Ficheiro</u> para conter a informação sobre a entrada do sistema de ficheiros. Estes metadados incluem o tamanho do ficheiro e a data e hora da modificação.</p>
-
-<div class="note">
-<p>Esta interface não está disponível através do escopo global; em vez disso, pode obter um objeto <code>Metadata</code> descrevendo uma {{domxref("FileSystemEntry")}} utilizando o método {{domxref("FileSystemEntry.getMetadata()")}}.</p>
-</div>
-
-<h2 id="Propriedades" style="">Propriedades</h2>
-
-<dl>
- <dt>{{domxref("Metadata.modificationTime", "modificationTime")}} {{ReadOnlyInline}}</dt>
- <dd>A {{jsxref("Date")}} object indicating the date and time the entry was modified.</dd>
-</dl>
-
-<dl>
- <dt>{{domxref("Metadata.size", "size")}} {{ReadOnlyInline}}</dt>
- <dd>A 64-bit unsigned integer indicating the size of the entry in bytes.</dd>
-</dl>
-
-<h2 id="Especificações">Especificações</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Especificação</th>
- <th scope="col">Estado</th>
- <th scope="col">Comentário</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('File System API')}}</td>
- <td>{{Spec2('File System API')}}</td>
- <td>Draft of proposed API</td>
- </tr>
- </tbody>
-</table>
-
-<p>Esta API não é uma especificação oficial de W3C ou WHATWG.</p>
-
-<h2 id="Browser_compatibility" name="Browser_compatibility">Compatibilidade de navegador</h2>
-
-<div>{{CompatibilityTable}}</div>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Funcionalidade</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari (WebKit)</th>
- </tr>
- <tr>
- <td>Suporte básico</td>
- <td>13 {{property_prefix("webkit")}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Funcionalidade</th>
- <th>Android</th>
- <th>Chrome para Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Suporte básico</td>
- <td>{{CompatNo}}</td>
- <td>0.16 {{property_prefix("webkit")}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="Consulte_também">Consulte também</h2>
-
-<ul>
- <li><a href="/pt-PT/docs/Web/API/API_Entradas_de_Diretoria_e_Ficheiro">API Entradas de Diretoria e Ficheiro</a></li>
- <li><a href="/en-US/docs/Web/API/File_and_Directory_Entries_API/Introduction">Introdução à API de Sistema de Ficheiros </a>(inglês)</li>
- <li>{{domxref("FileSystemEntry")}}</li>
- <li>{{domxref("FileSystemFileEntry")}} and {{domxref("FileSystemDirectoryEntry")}}</li>
-</ul>