Get to know MDN better
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Note: This feature is only available in Service Workers.
The BackgroundFetchUpdateUIEvent interface of the Background Fetch API is an event type for the backgroundfetchsuccess and backgroundfetchfail events, and provides a method for updating the title and icon of the app to inform a user of the success or failure of a background fetch.
Event ExtendableEvent BackgroundFetchEvent BackgroundFetchUpdateUIEventCreates a new BackgroundFetchUIEvent object. This constructor is not typically used, as the browser creates these objects itself for the backgroundfetchsuccess and backgroundfetchfail events.
Also inherits properties from its parent, BackgroundFetchEvent.
Also inherits methods from its parent, BackgroundFetchEvent.
BackgroundFetchUpdateUIEvent.updateUI()Updates the title and icon in the user interface to show the status of a background fetch. Resolves with a Promise.
In this example, the backgroundfetchsuccess event is listened for, indicating that a fetch has completed successfully. The updateUI() method is then called, with a message to let the user know the episode they downloaded is ready.
| Background Fetch # background-fetch-update-ui-event |
Enable JavaScript to view this browser compatibility table.
This page was last modified on May 7, 2024 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.