NotificationEvent
open class NotificationEvent(val type: EventType<NotificationEvent>, init: NotificationEventInit) : ExtendableEvent(source)
The NotificationEvent
interface of the Notifications API represents a notification event dispatched on the ServiceWorkerGlobalScope of a ServiceWorker.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The notification
read-only property of the NotificationEvent interface returns the instance of the Notification that was clicked to fire the event.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard