Safe Haskell | None |
---|---|
Language | Haskell2010 |
CDP.Domains.Inspector
Description
Inspector
Synopsis
- data PInspectorEnable = PInspectorEnable
- data PInspectorDisable = PInspectorDisable
- data InspectorTargetReloadedAfterCrash = InspectorTargetReloadedAfterCrash
- data InspectorTargetCrashed = InspectorTargetCrashed
- data InspectorDetached = InspectorDetached {}
- pInspectorDisable :: PInspectorDisable
- pInspectorEnable :: PInspectorEnable
Documentation
data PInspectorEnable Source #
Enables inspector domain notifications.
Parameters of the enable
command.
Constructors
PInspectorEnable |
Instances
Eq PInspectorEnable Source # | |
Defined in CDP.Domains.Inspector Methods (==) :: PInspectorEnable -> PInspectorEnable -> Bool # (/=) :: PInspectorEnable -> PInspectorEnable -> Bool # | |
Show PInspectorEnable Source # | |
Defined in CDP.Domains.Inspector Methods showsPrec :: Int -> PInspectorEnable -> ShowS # show :: PInspectorEnable -> String # showList :: [PInspectorEnable] -> ShowS # | |
ToJSON PInspectorEnable Source # | |
Defined in CDP.Domains.Inspector Methods toJSON :: PInspectorEnable -> Value # toEncoding :: PInspectorEnable -> Encoding # toJSONList :: [PInspectorEnable] -> Value # toEncodingList :: [PInspectorEnable] -> Encoding # | |
Command PInspectorEnable Source # | |
Defined in CDP.Domains.Inspector Associated Types Methods commandName :: Proxy PInspectorEnable -> String Source # fromJSON :: Proxy PInspectorEnable -> Value -> Result (CommandResponse PInspectorEnable) Source # | |
type CommandResponse PInspectorEnable Source # | |
Defined in CDP.Domains.Inspector |
data PInspectorDisable Source #
Disables inspector domain notifications.
Parameters of the disable
command.
Constructors
PInspectorDisable |
Instances
Eq PInspectorDisable Source # | |
Defined in CDP.Domains.Inspector Methods (==) :: PInspectorDisable -> PInspectorDisable -> Bool # (/=) :: PInspectorDisable -> PInspectorDisable -> Bool # | |
Show PInspectorDisable Source # | |
Defined in CDP.Domains.Inspector Methods showsPrec :: Int -> PInspectorDisable -> ShowS # show :: PInspectorDisable -> String # showList :: [PInspectorDisable] -> ShowS # | |
ToJSON PInspectorDisable Source # | |
Defined in CDP.Domains.Inspector Methods toJSON :: PInspectorDisable -> Value # toEncoding :: PInspectorDisable -> Encoding # toJSONList :: [PInspectorDisable] -> Value # toEncodingList :: [PInspectorDisable] -> Encoding # | |
Command PInspectorDisable Source # | |
Defined in CDP.Domains.Inspector Associated Types Methods commandName :: Proxy PInspectorDisable -> String Source # fromJSON :: Proxy PInspectorDisable -> Value -> Result (CommandResponse PInspectorDisable) Source # | |
type CommandResponse PInspectorDisable Source # | |
Defined in CDP.Domains.Inspector |
data InspectorTargetReloadedAfterCrash Source #
Type of the targetReloadedAfterCrash
event.
Constructors
InspectorTargetReloadedAfterCrash |
Instances
Eq InspectorTargetReloadedAfterCrash Source # | |
Defined in CDP.Domains.Inspector | |
Read InspectorTargetReloadedAfterCrash Source # | |
Show InspectorTargetReloadedAfterCrash Source # | |
Defined in CDP.Domains.Inspector Methods showsPrec :: Int -> InspectorTargetReloadedAfterCrash -> ShowS # | |
FromJSON InspectorTargetReloadedAfterCrash Source # | |
Defined in CDP.Domains.Inspector Methods parseJSON :: Value -> Parser InspectorTargetReloadedAfterCrash # parseJSONList :: Value -> Parser [InspectorTargetReloadedAfterCrash] # | |
Event InspectorTargetReloadedAfterCrash Source # | |
Defined in CDP.Domains.Inspector |
data InspectorTargetCrashed Source #
Type of the targetCrashed
event.
Constructors
InspectorTargetCrashed |
Instances
Eq InspectorTargetCrashed Source # | |
Defined in CDP.Domains.Inspector Methods (==) :: InspectorTargetCrashed -> InspectorTargetCrashed -> Bool # (/=) :: InspectorTargetCrashed -> InspectorTargetCrashed -> Bool # | |
Read InspectorTargetCrashed Source # | |
Defined in CDP.Domains.Inspector | |
Show InspectorTargetCrashed Source # | |
Defined in CDP.Domains.Inspector Methods showsPrec :: Int -> InspectorTargetCrashed -> ShowS # show :: InspectorTargetCrashed -> String # showList :: [InspectorTargetCrashed] -> ShowS # | |
FromJSON InspectorTargetCrashed Source # | |
Defined in CDP.Domains.Inspector Methods parseJSON :: Value -> Parser InspectorTargetCrashed # parseJSONList :: Value -> Parser [InspectorTargetCrashed] # | |
Event InspectorTargetCrashed Source # | |
Defined in CDP.Domains.Inspector |
data InspectorDetached Source #
Type of the detached
event.
Constructors
InspectorDetached | |
Fields
|
Instances
Eq InspectorDetached Source # | |
Defined in CDP.Domains.Inspector Methods (==) :: InspectorDetached -> InspectorDetached -> Bool # (/=) :: InspectorDetached -> InspectorDetached -> Bool # | |
Show InspectorDetached Source # | |
Defined in CDP.Domains.Inspector Methods showsPrec :: Int -> InspectorDetached -> ShowS # show :: InspectorDetached -> String # showList :: [InspectorDetached] -> ShowS # | |
FromJSON InspectorDetached Source # | |
Defined in CDP.Domains.Inspector Methods parseJSON :: Value -> Parser InspectorDetached # parseJSONList :: Value -> Parser [InspectorDetached] # | |
Event InspectorDetached Source # | |
Defined in CDP.Domains.Inspector |