clj-chrome-devtools.commands.service-worker
deliver-push-message
(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:
Key | Description |
---|---|
:origin | null |
:registration-id | null |
:data | null |
disable
(disable)
(disable {:as params, :keys []})
(disable connection {:as params, :keys []})
dispatch-periodic-sync-event
(dispatch-periodic-sync-event)
(dispatch-periodic-sync-event {:as params, :keys [origin registration-id tag]})
(dispatch-periodic-sync-event connection {:as params, :keys [origin registration-id tag]})
Parameters map keys:
Key | Description |
---|---|
:origin | null |
:registration-id | null |
:tag | null |
dispatch-sync-event
(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:
Key | Description |
---|---|
:origin | null |
:registration-id | null |
:tag | null |
:last-chance | null |
enable
(enable)
(enable {:as params, :keys []})
(enable connection {:as params, :keys []})
inspect-worker
(inspect-worker)
(inspect-worker {:as params, :keys [version-id]})
(inspect-worker connection {:as params, :keys [version-id]})
Parameters map keys:
Key | Description |
---|---|
:version-id | null |
set-force-update-on-page-load
(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:
Key | Description |
---|---|
:force-update-on-page-load | null |
skip-waiting
(skip-waiting)
(skip-waiting {:as params, :keys [scope-url]})
(skip-waiting connection {:as params, :keys [scope-url]})
Parameters map keys:
Key | Description |
---|---|
:scope-url | null |
start-worker
(start-worker)
(start-worker {:as params, :keys [scope-url]})
(start-worker connection {:as params, :keys [scope-url]})
Parameters map keys:
Key | Description |
---|---|
:scope-url | null |
stop-all-workers
(stop-all-workers)
(stop-all-workers {:as params, :keys []})
(stop-all-workers connection {:as params, :keys []})
stop-worker
(stop-worker)
(stop-worker {:as params, :keys [version-id]})
(stop-worker connection {:as params, :keys [version-id]})
Parameters map keys:
Key | Description |
---|---|
:version-id | null |
unregister
(unregister)
(unregister {:as params, :keys [scope-url]})
(unregister connection {:as params, :keys [scope-url]})
Parameters map keys:
Key | Description |
---|---|
:scope-url | null |
update-registration
(update-registration)
(update-registration {:as params, :keys [scope-url]})
(update-registration connection {:as params, :keys [scope-url]})
Parameters map keys:
Key | Description |
---|---|
:scope-url | null |