The SyncManager interface of the the ServiceWorker API provides interface for registering and listing sync registrations.
The SyncManager interface of the the ServiceWorker API provides interface for registering and listing sync registrations.
(get-tags this & args)
Method.
The SyncManager.getTags method of the web.SyncManager
interface
a list of developer-defined identifiers for SyncManager registrations.
SyncManager.getTags().then(function(tags[]) { ... })
See also: https://developer.mozilla.org/en-US/docs/Web/API/SyncManager/getTags
Method. The SyncManager.getTags method of the `web.SyncManager` interface a list of developer-defined identifiers for SyncManager registrations. `SyncManager.getTags().then(function(tags[]) { ... })` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SyncManager/getTags`
(register this & args)
Method.
The SyncManager.register method of the web.SyncManager
interface
a web.Promise
that resolves to a web.SyncRegistration
instance.
SyncManager.register([options]).then(function(syncRegistration) { ... })
See also: https://developer.mozilla.org/en-US/docs/Web/API/SyncManager/register
Method. The SyncManager.register method of the `web.SyncManager` interface a `web.Promise` that resolves to a `web.SyncRegistration` instance. `SyncManager.register([options]).then(function(syncRegistration) { ... })` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SyncManager/register`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close