files/en-us/web/api/syncevent/index.md
{{APIRef("Background Sync")}}{{AvailableInWorkers("service")}}
The SyncEvent interface of the {{domxref("Background Synchronization API", "", "", "nocode")}} represents a sync action that is dispatched on the {{domxref("ServiceWorkerGlobalScope")}} of a ServiceWorker.
This interface inherits from the {{domxref("ExtendableEvent")}} interface.
{{InheritanceDiagram}}
SyncEvent object.Inherits properties from its parent, {{domxref("ExtendableEvent")}} and {{domxref("Event")}}.
SyncEvent.true if the user agent will not make further synchronization attempts after the current attempt.Inherits methods from its parent, {{domxref("ExtendableEvent")}} and {{domxref("Event")}}.
None.
{{Specifications}}
{{Compat}}