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