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.service-workers.SyncManager
returns a list of developer-defined identifiers for SyncManager
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.service-workers.SyncManager` returns a list of developer-defined identifiers for SyncManager `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.service-workers.SyncManager
returns a js.Promise
that resolves to a SyncRegistration
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.service-workers.SyncManager` returns a `js.Promise` that resolves to a `SyncRegistration` `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