Get to know MDN better
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Note: This feature is only available in Service Workers.
The SyncEvent interface of the Background Synchronization API represents a sync action that is dispatched on the ServiceWorkerGlobalScope of a ServiceWorker.
This interface inherits from the ExtendableEvent interface.
Event ExtendableEvent SyncEventCreates a new SyncEvent object.
Inherits properties from its parent, ExtendableEvent and Event.
SyncEvent.tag Read onlyReturns the developer-defined identifier for this SyncEvent.
SyncEvent.lastChance Read onlyReturns true if the user agent will not make further synchronization attempts after the current attempt.
Inherits methods from its parent, ExtendableEvent and Event.
None.
| Web Background Synchronization # sync-event |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Apr 19, 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.