WebIDLpedia

BackgroundFetchUpdateUIEvent interface

Definition

Background Fetch defines BackgroundFetchUpdateUIEvent



[Exposed=ServiceWorker]
interface BackgroundFetchUpdateUIEvent : BackgroundFetchEvent {
  constructor(DOMString type, BackgroundFetchEventInit init);
  Promise<undefined> updateUI(optional BackgroundFetchUIOptions options = {});
};

Methods and attributes that return objects implementing BackgroundFetchUpdateUIEvent