aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/web/api/filereader/error/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-pt/web/api/filereader/error/index.html')
-rw-r--r--files/pt-pt/web/api/filereader/error/index.html54
1 files changed, 0 insertions, 54 deletions
diff --git a/files/pt-pt/web/api/filereader/error/index.html b/files/pt-pt/web/api/filereader/error/index.html
deleted file mode 100644
index b308705d79..0000000000
--- a/files/pt-pt/web/api/filereader/error/index.html
+++ /dev/null
@@ -1,54 +0,0 @@
----
-title: FileReader.error
-slug: Web/API/FileReader/error
-tags:
- - API
- - Ficheiros
- - File API
- - Propriedade
- - Referencia
-translation_of: Web/API/FileReader/error
----
-<div>{{APIRef("File API")}}</div>
-
-<p>A propriedade <code><strong>error</strong></code> de {{domxref("FileReader")}} retorna o erro que ocorreu ao ler o ficheiro.</p>
-
-<h2 id="Sintaxe">Sintaxe</h2>
-
-<pre class="syntaxbox notranslate">var <var>error</var> = <var>instanceOfFileReader</var>.error
-</pre>
-
-<h2 id="Valor">Valor</h2>
-
-<p>Um {{domxref("DOMError")}} com o erro. Em Chrome 48+/Firefox 58+ esta propriedade retorna uma {{domxref("DOMException")}} porque <code>DOMError</code> foi removido do <em>standard</em> do DOM.</p>
-
-<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ários</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName("File API", "#dom-filereader-error", "FileReader: error")}}</td>
- <td>{{Spec2("File API")}}</td>
- <td>Definição inicial</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Compatibilidade">Compatibilidade</h2>
-
-
-
-<p>{{Compat("api.FileReader.error")}}</p>
-
-<h2 id="Ver_também">Ver também</h2>
-
-<ul>
- <li>{{domxref("FileReader")}}</li>
-</ul>