SyncManager
{{APIRef("Background Sync")}}
{{AvailableInWorkers}}
The SyncManager
interface of the {{domxref("Background Synchronization API", "", "", "nocode")}}
provides an interface for registering and listing sync registrations.
Instance properties
None.
Instance methods
{{domxref("SyncManager.register()")}}
- : Create a new sync registration and return a
{{jsxref("Promise")}}
.
- : Create a new sync registration and return a
{{domxref("SyncManager.getTags()")}}
- : Return a list of developer-defined identifiers for
SyncManager
registrations.
- : Return a list of developer-defined identifiers for
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}