Support for the Notification.data attribute, which allows authors to attach some (immutable) data to a persistent Web Notification they are displaying. Support for the static ServiceWorkerRegistration.getNotifications() method for getting all existing persistent notifications created by the current origin.
Docs: https://developer.mozilla.org/en-US/docs/Web/API/notification/data https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerRegistration/getNotifications
Samples: https://github.com/GoogleChrome/samples/tree/gh-pages/push-messaging-and-notifications