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.
var image = Notification.image;
A USVString
.
Specification | Status | Comment |
---|---|---|
Notifications API The definition of 'image' in that specification. | Living Standard | Living standard |
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 |
© 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