--- title: Notification.onshow slug: Web/API/Notification/onshow tags: - API - DOM - Notification - Notifications - Notifications API - Property - Reference - onshow - プロパティ - 通知 translation_of: Web/API/Notification/onshow ---

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

onshow は {{domxref("Notification")}} インターフェイスのプロパティで、 {{domxref("Element/show_event", "show")}} イベントを受信するイベントリスナーを指定します。これらのイベントは {{domxref("Notification")}} が表示されるときに発生します。

構文

Notification.onshow = function() { ... };

ブラウザーの互換性

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

関連情報