Chrome DevTools Protocol

Methods

BackgroundService.clearEvents

Clears all stored data for the service.

parameters
service
ServiceName

BackgroundService.setRecording

Set the recording state for the service.

parameters
shouldRecord
boolean
service
ServiceName

BackgroundService.startObserving

Enables event updates for the service.

parameters
service
ServiceName

BackgroundService.stopObserving

Disables event updates for the service.

parameters
service