Variable NotificationEvent
NotificationEvent: {
prototype: NotificationEvent;
new (type: string, eventInitDict: NotificationEventInit): NotificationEvent;
}
prototype: NotificationEvent;
new (type: string, eventInitDict: NotificationEventInit): NotificationEvent;
}
Type declaration
- new (type: string, eventInitDict: NotificationEventInit): NotificationEvent
Parameters
- type: string
- eventInitDict: NotificationEventInit
Returns NotificationEvent
prototype: NotificationEvent