Dismiss HTML5 push notifications

HTML5 Push Notifications support a tag parameter which allows for updating an existing push notification.

It’s be great if similarly to persistent_notification.dismiss we could problematically close those push notifications.

It should be possible by pushing a payload to the service worker that then looks up the existing notification by tag and closes it.

this would be insanely useful, any word ?