Back to Content

Notification: image property

files/en-us/web/api/notification/image/index.md

latest575 B
Original Source

{{APIRef("Web Notifications")}}{{SecureContext_Header}}{{SeeCompatTable}} {{AvailableInWorkers}}

The image read-only property of the {{domxref("Notification")}} interface contains the URL of an image to be displayed as part of the notification, as specified in the image option of the {{domxref("Notification.Notification","Notification()")}} constructor.

Value

A string.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also