SyncEvent
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The SyncEvent interface represents a sync action that is dispatched on the ServiceWorkerGlobalScope of a ServiceWorker.
This interface inherits from the ExtendableEvent interface.
Constructor
SyncEvent()Experimental-
Creates a new
SyncEventobject.
Instance properties
Inherits properties from its ancestor, Event.
SyncEvent.tagRead only Experimental-
Returns the developer-defined identifier for this
SyncEvent. SyncEvent.lastChanceRead only Experimental-
Returns
trueif the user agent will not make further synchronization attempts after the current attempt.
Instance methods
Inherits methods from its parent, ExtendableEvent.
None.
Browser compatibility
BCD tables only load in the browser