WebIDLpedia

BackgroundFetchEvent interface

Definition

Background Fetch defines BackgroundFetchEvent



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

Methods and attributes that return objects implementing BackgroundFetchEvent

Referring IDL interfaces/dictionaries