clj-chrome-devtools.commands.background-service

Defines events for background web platform features.

clear-events

(clear-events)(clear-events {:as params, :keys [service]})(clear-events connection {:as params, :keys [service]})

Clears all stored data for the service.

Parameters map keys:

Key Description
:service null

set-recording

(set-recording)(set-recording {:as params, :keys [should-record service]})(set-recording connection {:as params, :keys [should-record service]})

Set the recording state for the service.

Parameters map keys:

Key Description
:should-record null
:service null

start-observing

(start-observing)(start-observing {:as params, :keys [service]})(start-observing connection {:as params, :keys [service]})

Enables event updates for the service.

Parameters map keys:

Key Description
:service null

stop-observing

(stop-observing)(stop-observing {:as params, :keys [service]})(stop-observing connection {:as params, :keys [service]})

Disables event updates for the service.

Parameters map keys:

Key Description
:service null