aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/notification/onclose/index.html
blob: 5d5edbde168d8bd44df72cc69985519778f6b433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: Notification.onclose
slug: Web/API/notification/onclose
tags:
  - API
  - API Notifications
  - Notification
  - Notifications
  - Propriété
  - Reference
  - onclose
translation_of: Web/API/Notification/onclose
---
<p>{{APIRef("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}}</p>

<p><span class="seoSummary">La propriété <strong><code>onclose</code></strong> de l'interface {{domxref ("Notification")}} définit un écouteur d'événements pour recevoir les événements {{domxref ("HTMLDialogElement/close_event", "close")}}. Ces événements se produisent lorsqu'une {{domxref ("Notification")}} est fermée.</span></p>

<h2 id="Syntaxe">Syntaxe</h2>

<pre class="syntaxbox notranslate"><var>Notification</var>.onclose = function(event) { ... }
Notification.onclose = (event) =&gt; { ... }
</pre>

<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>

<p>{{Compat("api.Notification.onclose")}}</p>

<h2 id="Voir_également">Voir également</h2>

<ul>
 <li>{{domxref("Notification")}}</li>
 <li><a href="/fr/docs/Web/API/Notifications_API/Using_the_Notifications_API">Utilisation de l'API Notifications</a></li>
</ul>