aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/notification/onerror/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/notification/onerror/index.html')
-rw-r--r--files/fr/web/api/notification/onerror/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/api/notification/onerror/index.html b/files/fr/web/api/notification/onerror/index.html
index 476e5cb9d7..af9115de5b 100644
--- a/files/fr/web/api/notification/onerror/index.html
+++ b/files/fr/web/api/notification/onerror/index.html
@@ -13,11 +13,11 @@ translation_of: Web/API/Notification/onerror
---
<p>{{APIRef("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}}</p>
-<p><span class="seoSummary">La propriété <strong><code>onerror</code></strong> de l'interface {{domxref ("Notification")}} spécifie un écouteur d'événements pour recevoir les événements {{domxref ("HTMLElement/error_event", "error")}}. Ces événements se produisent lorsque quelque chose ce déroule mal avec une {{domxref ("Notification")}}</span> (dans de nombreux cas, une erreur qui empêche l'affichage de la notification.)</p>
+<p>La propriété <strong><code>onerror</code></strong> de l'interface {{domxref ("Notification")}} spécifie un écouteur d'événements pour recevoir les événements {{domxref ("HTMLElement/error_event", "error")}}. Ces événements se produisent lorsque quelque chose ce déroule mal avec une {{domxref ("Notification")}} (dans de nombreux cas, une erreur qui empêche l'affichage de la notification.)</p>
-<h2 id="Syntax" name="Syntax">Syntaxe</h2>
+<h2 id="Syntax">Syntaxe</h2>
-<pre class="syntaxbox notranslate"><var>Notification</var>.onerror = function(event) { ... }
+<pre class="syntaxbox"><var>Notification</var>.onerror = function(event) { ... }
<var>Notification</var>.onerror = (even) =&gt; { ... }
</pre>