Definition
Background Fetch defines BackgroundFetchEvent
[Exposed=ServiceWorker]
interface BackgroundFetchEvent : ExtendableEvent {
constructor(DOMString type, BackgroundFetchEventInit init);
readonly attribute BackgroundFetchRegistration registration;
};