--- title: Notification.badge slug: Web/API/notification/badge tags: - Notification - Notification badge - Notifications API - Web API translation_of: Web/API/Notification/badge ---

{{SeeCompatTable}}{{APIRef("Notifications API")}}

当没有足够的空间来显示通知本身时,{{domxref("Notification")}}接口的 badge 属性返回用于表示通知的图像URL。

语法

var url = Notification.badge

包含一个URL的 {{domxref('USVString')}} 。

规范

规范 状态 说明
{{SpecName('Web Notifications','#dom-notification-badge','badge')}} {{Spec2('Web Notifications')}} Initial definition.

浏览器兼容性

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