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

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

onerror は {{domxref("Notification")}} インターフェイスのプロパティで、 {{domxref("HTMLElement/error_event", "error")}} イベントを受信するイベントリスナーを指定します。これらのイベントは {{domxref("Notification")}} が失敗したとき (多くの場合は通知の表示が阻止されたというエラーの場合) に発生します。

構文

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

仕様書

仕様書 状態 備考
{{SpecName('Web Notifications','#dom-notification-onerror','onerror')}} {{Spec2('Web Notifications')}} 初回定義

ブラウザーの互換性

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

関連情報