WebIDLpedia

BackgroundFetchEventInit dictionary

Definition

Background Fetch defines BackgroundFetchEventInit



dictionary BackgroundFetchEventInit : ExtendableEventInit {
  required BackgroundFetchRegistration registration;
};

Referring IDL interfaces/dictionaries