Definition
Service Workers Nightly defines ExtendableEvent
[Exposed=ServiceWorker]
interface ExtendableEvent : Event {
constructor(DOMString type, optional ExtendableEventInit eventInitDict = {});
undefined waitUntil(Promise<any> f);
};
Methods and attributes that return objects implementing ExtendableEvent
Referring IDL interfaces/dictionaries
Referring specifications
- Notifications API Standard refers to
ExtendableEvent
- Background Fetch refers to
ExtendableEvent
- Web Background Synchronization refers to
ExtendableEvent
- Content Index refers to
ExtendableEvent
- Cookie Store API refers to
ExtendableEvent
- Web Periodic Background Synchronization refers to
ExtendableEvent
- Payment Handler API refers to
ExtendableEvent
- Push API refers to
ExtendableEvent