Liking cljdoc? Tell your friends :D

clj-chrome-devtools.commands.service-worker


deliver-push-messageclj

(deliver-push-message)
(deliver-push-message {:as params :keys [origin registration-id data]})
(deliver-push-message connection
                      {:as params :keys [origin registration-id data]})

Parameters map keys:

KeyDescription
:originnull
:registration-idnull
:datanull

Parameters map keys:


  Key              | Description 
  -----------------|------------ 
  :origin          | null
  :registration-id | null
  :data            | null
sourceraw docstring

disableclj

(disable)
(disable {:as params :keys []})
(disable connection {:as params :keys []})
sourceraw docstring

dispatch-sync-eventclj

(dispatch-sync-event)
(dispatch-sync-event {:as params
                      :keys [origin registration-id tag last-chance]})
(dispatch-sync-event connection
                     {:as params
                      :keys [origin registration-id tag last-chance]})

Parameters map keys:

KeyDescription
:originnull
:registration-idnull
:tagnull
:last-chancenull

Parameters map keys:


  Key              | Description 
  -----------------|------------ 
  :origin          | null
  :registration-id | null
  :tag             | null
  :last-chance     | null
sourceraw docstring

enableclj

(enable)
(enable {:as params :keys []})
(enable connection {:as params :keys []})
sourceraw docstring

inspect-workerclj

(inspect-worker)
(inspect-worker {:as params :keys [version-id]})
(inspect-worker connection {:as params :keys [version-id]})

Parameters map keys:

KeyDescription
:version-idnull

Parameters map keys:


  Key         | Description 
  ------------|------------ 
  :version-id | null
sourceraw docstring

set-force-update-on-page-loadclj

(set-force-update-on-page-load)
(set-force-update-on-page-load {:as params :keys [force-update-on-page-load]})
(set-force-update-on-page-load connection
                               {:as params :keys [force-update-on-page-load]})

Parameters map keys:

KeyDescription
:force-update-on-page-loadnull

Parameters map keys:


  Key                        | Description 
  ---------------------------|------------ 
  :force-update-on-page-load | null
sourceraw docstring

skip-waitingclj

(skip-waiting)
(skip-waiting {:as params :keys [scope-url]})
(skip-waiting connection {:as params :keys [scope-url]})

Parameters map keys:

KeyDescription
:scope-urlnull

Parameters map keys:


  Key        | Description 
  -----------|------------ 
  :scope-url | null
sourceraw docstring

start-workerclj

(start-worker)
(start-worker {:as params :keys [scope-url]})
(start-worker connection {:as params :keys [scope-url]})

Parameters map keys:

KeyDescription
:scope-urlnull

Parameters map keys:


  Key        | Description 
  -----------|------------ 
  :scope-url | null
sourceraw docstring

stop-workerclj

(stop-worker)
(stop-worker {:as params :keys [version-id]})
(stop-worker connection {:as params :keys [version-id]})

Parameters map keys:

KeyDescription
:version-idnull

Parameters map keys:


  Key         | Description 
  ------------|------------ 
  :version-id | null
sourceraw docstring

unregisterclj

(unregister)
(unregister {:as params :keys [scope-url]})
(unregister connection {:as params :keys [scope-url]})

Parameters map keys:

KeyDescription
:scope-urlnull

Parameters map keys:


  Key        | Description 
  -----------|------------ 
  :scope-url | null
sourceraw docstring

update-registrationclj

(update-registration)
(update-registration {:as params :keys [scope-url]})
(update-registration connection {:as params :keys [scope-url]})

Parameters map keys:

KeyDescription
:scope-urlnull

Parameters map keys:


  Key        | Description 
  -----------|------------ 
  :scope-url | null
sourceraw docstring

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

× close