Note: This feature is available in Web Workers
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The data
read-only property of the Notification
interface returns a structured clone of the notification's data, as specified in the data
option of the Notification()
constructor.
The notification's data can be any arbitrary data that you want associated with the notification.