Safe Haskell | None |
---|---|
Language | Haskell2010 |
CDP.Domains.ServiceWorker
Description
ServiceWorker
Synopsis
- data PServiceWorkerUpdateRegistration = PServiceWorkerUpdateRegistration {}
- data PServiceWorkerUnregister = PServiceWorkerUnregister {}
- data PServiceWorkerStopWorker = PServiceWorkerStopWorker {}
- data PServiceWorkerStopAllWorkers = PServiceWorkerStopAllWorkers
- data PServiceWorkerStartWorker = PServiceWorkerStartWorker {}
- data PServiceWorkerSkipWaiting = PServiceWorkerSkipWaiting {}
- data PServiceWorkerSetForceUpdateOnPageLoad = PServiceWorkerSetForceUpdateOnPageLoad {}
- data PServiceWorkerInspectWorker = PServiceWorkerInspectWorker {}
- data PServiceWorkerEnable = PServiceWorkerEnable
- data PServiceWorkerDispatchPeriodicSyncEvent = PServiceWorkerDispatchPeriodicSyncEvent {}
- data PServiceWorkerDispatchSyncEvent = PServiceWorkerDispatchSyncEvent {}
- data PServiceWorkerDisable = PServiceWorkerDisable
- data PServiceWorkerDeliverPushMessage = PServiceWorkerDeliverPushMessage {}
- data ServiceWorkerWorkerVersionUpdated = ServiceWorkerWorkerVersionUpdated {}
- data ServiceWorkerWorkerRegistrationUpdated = ServiceWorkerWorkerRegistrationUpdated {}
- data ServiceWorkerWorkerErrorReported = ServiceWorkerWorkerErrorReported {}
- data ServiceWorkerServiceWorkerErrorMessage = ServiceWorkerServiceWorkerErrorMessage {
- serviceWorkerServiceWorkerErrorMessageErrorMessage :: Text
- serviceWorkerServiceWorkerErrorMessageRegistrationId :: ServiceWorkerRegistrationID
- serviceWorkerServiceWorkerErrorMessageVersionId :: Text
- serviceWorkerServiceWorkerErrorMessageSourceURL :: Text
- serviceWorkerServiceWorkerErrorMessageLineNumber :: Int
- serviceWorkerServiceWorkerErrorMessageColumnNumber :: Int
- data ServiceWorkerServiceWorkerVersion = ServiceWorkerServiceWorkerVersion {
- serviceWorkerServiceWorkerVersionVersionId :: Text
- serviceWorkerServiceWorkerVersionRegistrationId :: ServiceWorkerRegistrationID
- serviceWorkerServiceWorkerVersionScriptURL :: Text
- serviceWorkerServiceWorkerVersionRunningStatus :: ServiceWorkerServiceWorkerVersionRunningStatus
- serviceWorkerServiceWorkerVersionStatus :: ServiceWorkerServiceWorkerVersionStatus
- serviceWorkerServiceWorkerVersionScriptLastModified :: Maybe Double
- serviceWorkerServiceWorkerVersionScriptResponseTime :: Maybe Double
- serviceWorkerServiceWorkerVersionControlledClients :: Maybe [TargetTargetID]
- serviceWorkerServiceWorkerVersionTargetId :: Maybe TargetTargetID
- data ServiceWorkerServiceWorkerVersionStatus
- data ServiceWorkerServiceWorkerVersionRunningStatus
- data ServiceWorkerServiceWorkerRegistration = ServiceWorkerServiceWorkerRegistration {}
- type ServiceWorkerRegistrationID = Text
- pServiceWorkerDeliverPushMessage :: Text -> ServiceWorkerRegistrationID -> Text -> PServiceWorkerDeliverPushMessage
- pServiceWorkerDisable :: PServiceWorkerDisable
- pServiceWorkerDispatchSyncEvent :: Text -> ServiceWorkerRegistrationID -> Text -> Bool -> PServiceWorkerDispatchSyncEvent
- pServiceWorkerDispatchPeriodicSyncEvent :: Text -> ServiceWorkerRegistrationID -> Text -> PServiceWorkerDispatchPeriodicSyncEvent
- pServiceWorkerEnable :: PServiceWorkerEnable
- pServiceWorkerInspectWorker :: Text -> PServiceWorkerInspectWorker
- pServiceWorkerSetForceUpdateOnPageLoad :: Bool -> PServiceWorkerSetForceUpdateOnPageLoad
- pServiceWorkerSkipWaiting :: Text -> PServiceWorkerSkipWaiting
- pServiceWorkerStartWorker :: Text -> PServiceWorkerStartWorker
- pServiceWorkerStopAllWorkers :: PServiceWorkerStopAllWorkers
- pServiceWorkerStopWorker :: Text -> PServiceWorkerStopWorker
- pServiceWorkerUnregister :: Text -> PServiceWorkerUnregister
- pServiceWorkerUpdateRegistration :: Text -> PServiceWorkerUpdateRegistration
Documentation
data PServiceWorkerUpdateRegistration Source #
Parameters of the updateRegistration
command.
Constructors
PServiceWorkerUpdateRegistration | |
Instances
Eq PServiceWorkerUpdateRegistration Source # | |
Defined in CDP.Domains.ServiceWorker | |
Show PServiceWorkerUpdateRegistration Source # | |
Defined in CDP.Domains.ServiceWorker Methods showsPrec :: Int -> PServiceWorkerUpdateRegistration -> ShowS # | |
ToJSON PServiceWorkerUpdateRegistration Source # | |
Defined in CDP.Domains.ServiceWorker | |
Command PServiceWorkerUpdateRegistration Source # | |
Defined in CDP.Domains.ServiceWorker Associated Types type CommandResponse PServiceWorkerUpdateRegistration Source # | |
type CommandResponse PServiceWorkerUpdateRegistration Source # | |
Defined in CDP.Domains.ServiceWorker |
data PServiceWorkerUnregister Source #
Parameters of the unregister
command.
Constructors
PServiceWorkerUnregister | |
Fields |
Instances
data PServiceWorkerStopWorker Source #
Parameters of the stopWorker
command.
Constructors
PServiceWorkerStopWorker | |
Fields |
Instances
data PServiceWorkerStopAllWorkers Source #
Parameters of the stopAllWorkers
command.
Constructors
PServiceWorkerStopAllWorkers |
Instances
Eq PServiceWorkerStopAllWorkers Source # | |
Defined in CDP.Domains.ServiceWorker Methods (==) :: PServiceWorkerStopAllWorkers -> PServiceWorkerStopAllWorkers -> Bool # (/=) :: PServiceWorkerStopAllWorkers -> PServiceWorkerStopAllWorkers -> Bool # | |
Show PServiceWorkerStopAllWorkers Source # | |
Defined in CDP.Domains.ServiceWorker Methods showsPrec :: Int -> PServiceWorkerStopAllWorkers -> ShowS # show :: PServiceWorkerStopAllWorkers -> String # showList :: [PServiceWorkerStopAllWorkers] -> ShowS # | |
ToJSON PServiceWorkerStopAllWorkers Source # | |
Defined in CDP.Domains.ServiceWorker Methods toJSON :: PServiceWorkerStopAllWorkers -> Value # toEncoding :: PServiceWorkerStopAllWorkers -> Encoding # toJSONList :: [PServiceWorkerStopAllWorkers] -> Value # toEncodingList :: [PServiceWorkerStopAllWorkers] -> Encoding # | |
Command PServiceWorkerStopAllWorkers Source # | |
Defined in CDP.Domains.ServiceWorker Associated Types | |
type CommandResponse PServiceWorkerStopAllWorkers Source # | |
Defined in CDP.Domains.ServiceWorker |
data PServiceWorkerStartWorker Source #
Parameters of the startWorker
command.
Constructors
PServiceWorkerStartWorker | |
Fields |
Instances
Eq PServiceWorkerStartWorker Source # | |
Defined in CDP.Domains.ServiceWorker Methods (==) :: PServiceWorkerStartWorker -> PServiceWorkerStartWorker -> Bool # (/=) :: PServiceWorkerStartWorker -> PServiceWorkerStartWorker -> Bool # | |
Show PServiceWorkerStartWorker Source # | |
Defined in CDP.Domains.ServiceWorker Methods showsPrec :: Int -> PServiceWorkerStartWorker -> ShowS # show :: PServiceWorkerStartWorker -> String # showList :: [PServiceWorkerStartWorker] -> ShowS # | |
ToJSON PServiceWorkerStartWorker Source # | |
Defined in CDP.Domains.ServiceWorker Methods toJSON :: PServiceWorkerStartWorker -> Value # toEncoding :: PServiceWorkerStartWorker -> Encoding # toJSONList :: [PServiceWorkerStartWorker] -> Value # | |
Command PServiceWorkerStartWorker Source # | |
Defined in CDP.Domains.ServiceWorker Associated Types | |
type CommandResponse PServiceWorkerStartWorker Source # | |
Defined in CDP.Domains.ServiceWorker |
data PServiceWorkerSkipWaiting Source #
Parameters of the skipWaiting
command.
Constructors
PServiceWorkerSkipWaiting | |
Fields |
Instances
Eq PServiceWorkerSkipWaiting Source # | |
Defined in CDP.Domains.ServiceWorker Methods (==) :: PServiceWorkerSkipWaiting -> PServiceWorkerSkipWaiting -> Bool # (/=) :: PServiceWorkerSkipWaiting -> PServiceWorkerSkipWaiting -> Bool # | |
Show PServiceWorkerSkipWaiting Source # | |
Defined in CDP.Domains.ServiceWorker Methods showsPrec :: Int -> PServiceWorkerSkipWaiting -> ShowS # show :: PServiceWorkerSkipWaiting -> String # showList :: [PServiceWorkerSkipWaiting] -> ShowS # | |
ToJSON PServiceWorkerSkipWaiting Source # | |
Defined in CDP.Domains.ServiceWorker Methods toJSON :: PServiceWorkerSkipWaiting -> Value # toEncoding :: PServiceWorkerSkipWaiting -> Encoding # toJSONList :: [PServiceWorkerSkipWaiting] -> Value # | |
Command PServiceWorkerSkipWaiting Source # | |
Defined in CDP.Domains.ServiceWorker Associated Types | |
type CommandResponse PServiceWorkerSkipWaiting Source # | |
Defined in CDP.Domains.ServiceWorker |
data PServiceWorkerSetForceUpdateOnPageLoad Source #
Parameters of the setForceUpdateOnPageLoad
command.
Constructors
PServiceWorkerSetForceUpdateOnPageLoad | |
Instances
data PServiceWorkerInspectWorker Source #
Parameters of the inspectWorker
command.
Constructors
PServiceWorkerInspectWorker | |
Fields |
Instances
Eq PServiceWorkerInspectWorker Source # | |
Defined in CDP.Domains.ServiceWorker Methods (==) :: PServiceWorkerInspectWorker -> PServiceWorkerInspectWorker -> Bool # (/=) :: PServiceWorkerInspectWorker -> PServiceWorkerInspectWorker -> Bool # | |
Show PServiceWorkerInspectWorker Source # | |
Defined in CDP.Domains.ServiceWorker Methods showsPrec :: Int -> PServiceWorkerInspectWorker -> ShowS # show :: PServiceWorkerInspectWorker -> String # showList :: [PServiceWorkerInspectWorker] -> ShowS # | |
ToJSON PServiceWorkerInspectWorker Source # | |
Defined in CDP.Domains.ServiceWorker Methods toJSON :: PServiceWorkerInspectWorker -> Value # toEncoding :: PServiceWorkerInspectWorker -> Encoding # toJSONList :: [PServiceWorkerInspectWorker] -> Value # toEncodingList :: [PServiceWorkerInspectWorker] -> Encoding # | |
Command PServiceWorkerInspectWorker Source # | |
Defined in CDP.Domains.ServiceWorker Associated Types | |
type CommandResponse PServiceWorkerInspectWorker Source # | |
Defined in CDP.Domains.ServiceWorker |
data PServiceWorkerEnable Source #
Parameters of the enable
command.
Constructors
PServiceWorkerEnable |
Instances
data PServiceWorkerDispatchPeriodicSyncEvent Source #
Parameters of the dispatchPeriodicSyncEvent
command.
Constructors
PServiceWorkerDispatchPeriodicSyncEvent | |
Instances
data PServiceWorkerDispatchSyncEvent Source #
Parameters of the dispatchSyncEvent
command.
Constructors
PServiceWorkerDispatchSyncEvent | |
Instances
Eq PServiceWorkerDispatchSyncEvent Source # | |
Defined in CDP.Domains.ServiceWorker | |
Show PServiceWorkerDispatchSyncEvent Source # | |
Defined in CDP.Domains.ServiceWorker Methods showsPrec :: Int -> PServiceWorkerDispatchSyncEvent -> ShowS # | |
ToJSON PServiceWorkerDispatchSyncEvent Source # | |
Defined in CDP.Domains.ServiceWorker | |
Command PServiceWorkerDispatchSyncEvent Source # | |
Defined in CDP.Domains.ServiceWorker Associated Types type CommandResponse PServiceWorkerDispatchSyncEvent Source # | |
type CommandResponse PServiceWorkerDispatchSyncEvent Source # | |
Defined in CDP.Domains.ServiceWorker |
data PServiceWorkerDisable Source #
Parameters of the disable
command.
Constructors
PServiceWorkerDisable |
Instances
data PServiceWorkerDeliverPushMessage Source #
Parameters of the deliverPushMessage
command.
Constructors
PServiceWorkerDeliverPushMessage | |
Instances
Eq PServiceWorkerDeliverPushMessage Source # | |
Defined in CDP.Domains.ServiceWorker | |
Show PServiceWorkerDeliverPushMessage Source # | |
Defined in CDP.Domains.ServiceWorker Methods showsPrec :: Int -> PServiceWorkerDeliverPushMessage -> ShowS # | |
ToJSON PServiceWorkerDeliverPushMessage Source # | |
Defined in CDP.Domains.ServiceWorker | |
Command PServiceWorkerDeliverPushMessage Source # | |
Defined in CDP.Domains.ServiceWorker Associated Types type CommandResponse PServiceWorkerDeliverPushMessage Source # | |
type CommandResponse PServiceWorkerDeliverPushMessage Source # | |
Defined in CDP.Domains.ServiceWorker |
data ServiceWorkerWorkerVersionUpdated Source #
Type of the workerVersionUpdated
event.
Constructors
ServiceWorkerWorkerVersionUpdated | |
Instances
Eq ServiceWorkerWorkerVersionUpdated Source # | |
Defined in CDP.Domains.ServiceWorker | |
Show ServiceWorkerWorkerVersionUpdated Source # | |
Defined in CDP.Domains.ServiceWorker Methods showsPrec :: Int -> ServiceWorkerWorkerVersionUpdated -> ShowS # | |
FromJSON ServiceWorkerWorkerVersionUpdated Source # | |
Defined in CDP.Domains.ServiceWorker Methods parseJSON :: Value -> Parser ServiceWorkerWorkerVersionUpdated # parseJSONList :: Value -> Parser [ServiceWorkerWorkerVersionUpdated] # | |
Event ServiceWorkerWorkerVersionUpdated Source # | |
Defined in CDP.Domains.ServiceWorker |
data ServiceWorkerWorkerRegistrationUpdated Source #
Type of the workerRegistrationUpdated
event.
Constructors
ServiceWorkerWorkerRegistrationUpdated | |
Instances
data ServiceWorkerWorkerErrorReported Source #
Type of the workerErrorReported
event.
Constructors
ServiceWorkerWorkerErrorReported | |
Instances
Eq ServiceWorkerWorkerErrorReported Source # | |
Defined in CDP.Domains.ServiceWorker | |
Show ServiceWorkerWorkerErrorReported Source # | |
Defined in CDP.Domains.ServiceWorker Methods showsPrec :: Int -> ServiceWorkerWorkerErrorReported -> ShowS # | |
FromJSON ServiceWorkerWorkerErrorReported Source # | |
Defined in CDP.Domains.ServiceWorker Methods parseJSON :: Value -> Parser ServiceWorkerWorkerErrorReported # parseJSONList :: Value -> Parser [ServiceWorkerWorkerErrorReported] # | |
Event ServiceWorkerWorkerErrorReported Source # | |
Defined in CDP.Domains.ServiceWorker |
data ServiceWorkerServiceWorkerErrorMessage Source #
Type ServiceWorkerErrorMessage
.
ServiceWorker error message.
Constructors
Instances
data ServiceWorkerServiceWorkerVersion Source #
Type ServiceWorkerVersion
.
ServiceWorker version.
Constructors
ServiceWorkerServiceWorkerVersion | |
Fields
|
Instances
Eq ServiceWorkerServiceWorkerVersion Source # | |
Defined in CDP.Domains.ServiceWorker | |
Show ServiceWorkerServiceWorkerVersion Source # | |
Defined in CDP.Domains.ServiceWorker Methods showsPrec :: Int -> ServiceWorkerServiceWorkerVersion -> ShowS # | |
ToJSON ServiceWorkerServiceWorkerVersion Source # | |
Defined in CDP.Domains.ServiceWorker | |
FromJSON ServiceWorkerServiceWorkerVersion Source # | |
Defined in CDP.Domains.ServiceWorker Methods parseJSON :: Value -> Parser ServiceWorkerServiceWorkerVersion # parseJSONList :: Value -> Parser [ServiceWorkerServiceWorkerVersion] # |
data ServiceWorkerServiceWorkerVersionStatus Source #
Constructors
Instances
data ServiceWorkerServiceWorkerVersionRunningStatus Source #
Constructors
Instances
data ServiceWorkerServiceWorkerRegistration Source #
Type ServiceWorkerRegistration
.
ServiceWorker registration.
Constructors
ServiceWorkerServiceWorkerRegistration | |
Instances
type ServiceWorkerRegistrationID = Text Source #
Type RegistrationID
.
pServiceWorkerDeliverPushMessage :: Text -> ServiceWorkerRegistrationID -> Text -> PServiceWorkerDeliverPushMessage Source #
pServiceWorkerDispatchSyncEvent :: Text -> ServiceWorkerRegistrationID -> Text -> Bool -> PServiceWorkerDispatchSyncEvent Source #