From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/notification/onclose/index.html | 33 ------------------------ files/fr/web/api/notification/onclose/index.md | 33 ++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 files/fr/web/api/notification/onclose/index.html create mode 100644 files/fr/web/api/notification/onclose/index.md (limited to 'files/fr/web/api/notification/onclose') diff --git a/files/fr/web/api/notification/onclose/index.html b/files/fr/web/api/notification/onclose/index.html deleted file mode 100644 index 5dddd078f3..0000000000 --- a/files/fr/web/api/notification/onclose/index.html +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Notification.onclose -slug: Web/API/notification/onclose -tags: - - API - - API Notifications - - Notification - - Notifications - - Propriété - - Reference - - onclose -translation_of: Web/API/Notification/onclose ---- -

{{APIRef("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}}

- -

La propriété onclose 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.

- -

Syntaxe

- -
Notification.onclose = function(event) { ... }
-Notification.onclose = (event) => { ... }
-
- -

Compatibilité des navigateurs

- -

{{Compat("api.Notification.onclose")}}

- -

Voir également

- - diff --git a/files/fr/web/api/notification/onclose/index.md b/files/fr/web/api/notification/onclose/index.md new file mode 100644 index 0000000000..5dddd078f3 --- /dev/null +++ b/files/fr/web/api/notification/onclose/index.md @@ -0,0 +1,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 +--- +

{{APIRef("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}}

+ +

La propriété onclose 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.

+ +

Syntaxe

+ +
Notification.onclose = function(event) { ... }
+Notification.onclose = (event) => { ... }
+
+ +

Compatibilité des navigateurs

+ +

{{Compat("api.Notification.onclose")}}

+ +

Voir également

+ + -- cgit v1.2.3-54-g00ecf