diff options
Diffstat (limited to 'files/pt-br/web/api/abstractworker/onerror/index.html')
-rw-r--r-- | files/pt-br/web/api/abstractworker/onerror/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/api/abstractworker/onerror/index.html b/files/pt-br/web/api/abstractworker/onerror/index.html index 92ef9bf175..b6ce35361e 100644 --- a/files/pt-br/web/api/abstractworker/onerror/index.html +++ b/files/pt-br/web/api/abstractworker/onerror/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/AbstractWorker/onerror <h2 id="Resumo">Resumo</h2> -<p>A propriedade <code><strong>AbstractWorker</strong></code><strong><code>.onerror</code></strong> da interface {{domxref("AbstractWorker")}} representa um {{event("Event_handlers")}}, que é uma função a ser chamada quando o evento {{event("error")}} ocorre através de um balão de notificação {{domxref("Worker")}}.</p> +<p>A propriedade <code><strong>AbstractWorker</strong></code><strong><code>.onerror</code></strong> da interface {{domxref("AbstractWorker")}} representa um {{domxref("EventHandler")}}, que é uma função a ser chamada quando o evento {{event("error")}} ocorre através de um balão de notificação {{domxref("Worker")}}.</p> <h2 id="Sintaxe">Sintaxe</h2> |