Liking cljdoc? Tell your friends :D
ClojureScript only.

web.SyncManager

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.
raw docstring

get-tagscljs

(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`
sourceraw docstring

registercljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close