WebIDLpedia

NotificationEventInit dictionary

Definition

Notifications API Standard defines NotificationEventInit



dictionary NotificationEventInit : ExtendableEventInit {
  required Notification notification;
  DOMString action = "";
};

Referring IDL interfaces/dictionaries