W3cubDocs

/DOM

Notification.image

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

Note: This feature is available in Web Workers.

Syntax

var image = Notification.image;

Value

A USVString.

Specifications

Specification Status Comment
Notifications API
The definition of 'image' in that specification.
Living Standard Living standard

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support 55.0 4.0 moz (see notes)
22
No support ? No support
Available in workers 55.0 41.0 (41.0) ? ? ?
Feature Android Android Webview Firefox Mobile (Gecko) Firefox OS IE Mobile Opera Mobile Safari Mobile Chrome for Android
Basic support No support No support 4.0 moz (see notes)
22
1.0.1 moz (see notes)
1.2
No support ? No support 55.0
Available in workers No support No support 41.0 (41.0) ? ? ? ? 55.0

Firefox OS notes

Chrome notes

Safari notes

See also

© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/Notification/image