bindings/notifications library

Notifications API Standard

https://notifications.spec.whatwg.org/

Classes

GetNotificationOptions
Notification
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 interface of the Notifications API is used to configure and display desktop notifications to the user. These notifications' appearance and specific functionality vary across platforms but generally they provide a way to asynchronously provide information to the user.
NotificationAction
NotificationEvent
The parameter passed into the onnotificationclick handler, the interface represents a notification click event that is dispatched on the ServiceWorkerGlobalScope of a ServiceWorker. This interface inherits from the ExtendableEvent interface.
NotificationEventInit
NotificationOptions