--- 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é.
Notification.onshow = function() { ... } Notification.onshow = () => { ... }
{{Compat("api.Notification.onshow")}}