--- 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")}}

関連情報