Liking cljdoc? Tell your friends :D
ClojureScript only.

web.service-workers.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.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`
sourceraw docstring

registercljs

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

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

× close