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/onshow/index.md | 33 +++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 files/fr/web/api/notification/onshow/index.md (limited to 'files/fr/web/api/notification/onshow/index.md') diff --git a/files/fr/web/api/notification/onshow/index.md b/files/fr/web/api/notification/onshow/index.md new file mode 100644 index 0000000000..a0a38caf41 --- /dev/null +++ b/files/fr/web/api/notification/onshow/index.md @@ -0,0 +1,33 @@ +--- +title: Notification.onshow +slug: Web/API/notification/onshow +tags: + - API + - API Notifications + - Notification + - Notifications + - Propriété + - Reference + - onshow +translation_of: Web/API/Notification/onshow +--- +

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

+ +

La propriété onshow de l'interface {{domxref ("Notification")}} définit un écouteur d'événements pour recevoir des événements {{domxref ("Element/show_event", "show")}}. Ces événements se produisent lorsqu'une {{domxref ("Notification")}} est affiché.

+ +

Syntaxe

+ +
Notification.onshow = function() { ... }
+Notification.onshow = () => { ... }
+
+ +

Compatibilité des navigateurs

+ +

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

+ +

Voir également

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