Interface ServiceWorkerGlobalScopeEventMap
interface ServiceWorkerGlobalScopeEventMap {
activate: ExtendableEvent;
error: ErrorEvent;
fetch: FetchEvent;
install: ExtendableEvent;
languagechange: Event;
message: ExtendableMessageEvent;
messageerror: MessageEvent<any>;
notificationclick: NotificationEvent;
notificationclose: NotificationEvent;
offline: Event;
online: Event;
push: PushEvent;
pushsubscriptionchange: Event;
rejectionhandled: PromiseRejectionEvent;
unhandledrejection: PromiseRejectionEvent;
}
activate: ExtendableEvent;
error: ErrorEvent;
fetch: FetchEvent;
install: ExtendableEvent;
languagechange: Event;
message: ExtendableMessageEvent;
messageerror: MessageEvent<any>;
notificationclick: NotificationEvent;
notificationclose: NotificationEvent;
offline: Event;
online: Event;
push: PushEvent;
pushsubscriptionchange: Event;
rejectionhandled: PromiseRejectionEvent;
unhandledrejection: PromiseRejectionEvent;
}
Hierarchy
- WorkerGlobalScopeEventMap
- ServiceWorkerGlobalScopeEventMap (view full)