cdp-0.0.2.0: A library for the Chrome Devtools Protocol
Safe HaskellNone
LanguageHaskell2010

CDP.Domains.BackgroundService

Description

BackgroundService

Defines events for background web platform features.

Synopsis

Documentation

data PBackgroundServiceClearEvents Source #

Clears all stored data for the service.

Parameters of the clearEvents command.

data PBackgroundServiceSetRecording Source #

Set the recording state for the service.

Parameters of the setRecording command.

data PBackgroundServiceStopObserving Source #

Disables event updates for the service.

Parameters of the stopObserving command.

Instances

Instances details
Eq PBackgroundServiceStopObserving Source # 
Instance details

Defined in CDP.Domains.BackgroundService

Show PBackgroundServiceStopObserving Source # 
Instance details

Defined in CDP.Domains.BackgroundService

ToJSON PBackgroundServiceStopObserving Source # 
Instance details

Defined in CDP.Domains.BackgroundService

Command PBackgroundServiceStopObserving Source # 
Instance details

Defined in CDP.Domains.BackgroundService

type CommandResponse PBackgroundServiceStopObserving Source # 
Instance details

Defined in CDP.Domains.BackgroundService

data PBackgroundServiceStartObserving Source #

Enables event updates for the service.

Parameters of the startObserving command.

Instances

Instances details
Eq PBackgroundServiceStartObserving Source # 
Instance details

Defined in CDP.Domains.BackgroundService

Show PBackgroundServiceStartObserving Source # 
Instance details

Defined in CDP.Domains.BackgroundService

ToJSON PBackgroundServiceStartObserving Source # 
Instance details

Defined in CDP.Domains.BackgroundService

Command PBackgroundServiceStartObserving Source # 
Instance details

Defined in CDP.Domains.BackgroundService

type CommandResponse PBackgroundServiceStartObserving Source # 
Instance details

Defined in CDP.Domains.BackgroundService

data BackgroundServiceBackgroundServiceEventReceived Source #

data BackgroundServiceBackgroundServiceEvent Source #

data BackgroundServiceServiceName Source #

Type ServiceName. The Background Service that will be associated with the commands/events. Every Background Service operates independently, but they share the same API.

Instances

Instances details
Eq BackgroundServiceServiceName Source # 
Instance details

Defined in CDP.Domains.BackgroundService

Ord BackgroundServiceServiceName Source # 
Instance details

Defined in CDP.Domains.BackgroundService

Read BackgroundServiceServiceName Source # 
Instance details

Defined in CDP.Domains.BackgroundService

Show BackgroundServiceServiceName Source # 
Instance details

Defined in CDP.Domains.BackgroundService

ToJSON BackgroundServiceServiceName Source # 
Instance details

Defined in CDP.Domains.BackgroundService

FromJSON BackgroundServiceServiceName Source # 
Instance details

Defined in CDP.Domains.BackgroundService