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

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

badge は {{domxref("Notification")}} インターフェイスのプロパティで、通知自体を表示する空間が充分にない場合に通知を表す画像の URL を返します。

構文

var url = Notification.badge

URL が入った {{domxref('USVString')}} です。

仕様書

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

ブラウザーの互換性

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