The body property of the Notification interface indicates the body string of the notification.
The body property of the Notification interface indicates the body string of the notification.
MDN
The dir property of the Notification interface indicates the text direction of the notification.
The dir property of the Notification interface indicates the text direction of the notification.
MDN
The icon property of the Notification interface contains the URL of an icon to be displayed as part of the notification.
The icon property of the Notification interface contains the URL of an icon to be displayed as part of the notification.
MDN
The lang property of the Notification interface indicates the text direction of the notification.
The lang property of the Notification interface indicates the text direction of the notification.
MDN
The noscreen property of the Notification interface specifies whether the notification firing should enable the device's screen or not.
The noscreen property of the Notification interface specifies whether the notification firing should enable the device's screen or not.
MDN
The onclick property of the Notification interface specifies an event listener to receive click events.
The onclick property of the Notification interface specifies an event listener to receive click events. These events occur when the user clicks on a displayed Notification.
MDN
The onerror property of the Notification interface specifies an event listener to receive error events.
The onerror property of the Notification interface specifies an event listener to receive error events. These events occur when something goes wrong with a Notification (in many cases an error preventing the notification from being displayed.)
MDN
The renotify property of the Notification interface specifies whether the user should be notified after a new notification replaces an old one.
The renotify property of the Notification interface specifies whether the user should be notified after a new notification replaces an old one.
MDN
The silent property of the Notification interface specifies whether the notification should be silent, i.e.
The silent property of the Notification interface specifies whether the notification should be silent, i.e. no sounds or vibrations should be issued, regardless of the device settings.
MDN
The sound property of the Notification interface specifies the URL of an audio file to be played when the notification fires.
The sound property of the Notification interface specifies the URL of an audio file to be played when the notification fires.
MDN
The sticky property of the Notification interface specifies whether the notification should be 'sticky', i.e.
The sticky property of the Notification interface specifies whether the notification should be 'sticky', i.e. not easily clearable by the user.
MDN
The tag property of the Notification interface signifies an identifying tag for the notification.
The tag property of the Notification interface signifies an identifying tag for the notification.
The idea of notification tags is that more than one notification can share the same tag, linking them together. One notification can then be programmatically replaced with another to avoid the users' screen being filled up with a huge number of similar notifications.
MDN