--- title: Notification.image slug: Web/API/notification/image translation_of: Web/API/Notification/image ---

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

 image 是{{domxref("Notification")}} 接口的只读属性,包含了需要显示在通知信息里的图片的URL,可通过{{domxref("Notification.Notification","Notification()")}}构造函数的 image 选项指定。

语法

var image = Notification.image;

{{domxref("USVString")}}。

规范

规范 状态 备注
{{SpecName('Web Notifications','#image-resource','image')}} {{Spec2('Web Notifications')}} Living standard

浏览器兼容性

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

参见