Definition
Notifications API Standard defines NotificationEventInit
dictionary NotificationEventInit : ExtendableEventInit {
required Notification notification;
DOMString action = "";
};
NotificationEventInit
dictionaryNotifications API Standard defines NotificationEventInit
dictionary NotificationEventInit : ExtendableEventInit {
required Notification notification;
DOMString action = "";
};