--- title: Notification.onclose slug: Web/API/Notification/onclose tags: - API - DOM - Notification - Notifications - Notifications API - Property - Reference - onclose - プロパティ - 通知 translation_of: Web/API/Notification/onclose ---
{{APIRef("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}}
onclose
は {{domxref("Notification")}} インターフェイスのプロパティで、 {{domxref("HTMLDialogElement/close_event", "close")}} イベントを受信するイベントリスナーを指定します。これらのイベントは {{domxref("Notification")}} が閉じるときに発生します。
Notification.onclose = function() { ... };
{{Compat("api.Notification.onclose")}}