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.
[Non Standard]
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. [Non Standard] 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.
[Non Standard]
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. [Non Standard] 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