Versions in this module Expand all Collapse all v1 v1.0.0 Apr 14, 2020 Changes in this version + const CommandDOMDebuggerGetEventListeners + const CommandDOMDebuggerRemoveDOMBreakpoint + const CommandDOMDebuggerRemoveEventListenerBreakpoint + const CommandDOMDebuggerRemoveInstrumentationBreakpoint + const CommandDOMDebuggerRemoveXHRBreakpoint + const CommandDOMDebuggerSetDOMBreakpoint + const CommandDOMDebuggerSetEventListenerBreakpoint + const CommandDOMDebuggerSetInstrumentationBreakpoint + const CommandDOMDebuggerSetXHRBreakpoint + type DOMBreakpointType string + const DOMBreakpointTypeAttributeModified + const DOMBreakpointTypeNodeRemoved + const DOMBreakpointTypeNotSet + const DOMBreakpointTypeSubtreeModified + func (e DOMBreakpointType) String() string + func (e DOMBreakpointType) Valid() bool + type EventListener struct + BackendNodeID dom.BackendNodeID + ColumnNumber int + Handler *runtime.RemoteObject + LineNumber int + Once bool + OriginalHandler *runtime.RemoteObject + Passive bool + ScriptID runtime.ScriptID + Type string + UseCapture bool + type GetEventListenersArgs struct + Depth int + ObjectID shared.RemoteObjectID + Pierce bool + func (a *GetEventListenersArgs) MarshalJSON() ([]byte, error) + func (a *GetEventListenersArgs) UnmarshalJSON(b []byte) error + type GetEventListenersReply struct + Listeners []EventListener + func (a *GetEventListenersReply) GetFrameID() string + func (a *GetEventListenersReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *GetEventListenersReply) UnmarshalJSON(b []byte) error + type RemoveDOMBreakpointArgs struct + NodeID dom.NodeID + Type DOMBreakpointType + func (a *RemoveDOMBreakpointArgs) MarshalJSON() ([]byte, error) + func (a *RemoveDOMBreakpointArgs) UnmarshalJSON(b []byte) error + type RemoveDOMBreakpointReply struct + func (a *RemoveDOMBreakpointReply) GetFrameID() string + func (a *RemoveDOMBreakpointReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *RemoveDOMBreakpointReply) UnmarshalJSON(b []byte) error + type RemoveEventListenerBreakpointArgs struct + EventName string + TargetName string + func (a *RemoveEventListenerBreakpointArgs) MarshalJSON() ([]byte, error) + func (a *RemoveEventListenerBreakpointArgs) UnmarshalJSON(b []byte) error + type RemoveEventListenerBreakpointReply struct + func (a *RemoveEventListenerBreakpointReply) GetFrameID() string + func (a *RemoveEventListenerBreakpointReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *RemoveEventListenerBreakpointReply) UnmarshalJSON(b []byte) error + type RemoveInstrumentationBreakpointArgs struct + EventName string + func (a *RemoveInstrumentationBreakpointArgs) MarshalJSON() ([]byte, error) + func (a *RemoveInstrumentationBreakpointArgs) UnmarshalJSON(b []byte) error + type RemoveInstrumentationBreakpointReply struct + func (a *RemoveInstrumentationBreakpointReply) GetFrameID() string + func (a *RemoveInstrumentationBreakpointReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *RemoveInstrumentationBreakpointReply) UnmarshalJSON(b []byte) error + type RemoveXHRBreakpointArgs struct + URL string + func (a *RemoveXHRBreakpointArgs) MarshalJSON() ([]byte, error) + func (a *RemoveXHRBreakpointArgs) UnmarshalJSON(b []byte) error + type RemoveXHRBreakpointReply struct + func (a *RemoveXHRBreakpointReply) GetFrameID() string + func (a *RemoveXHRBreakpointReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *RemoveXHRBreakpointReply) UnmarshalJSON(b []byte) error + type SetDOMBreakpointArgs struct + NodeID dom.NodeID + Type DOMBreakpointType + func (a *SetDOMBreakpointArgs) MarshalJSON() ([]byte, error) + func (a *SetDOMBreakpointArgs) UnmarshalJSON(b []byte) error + type SetDOMBreakpointReply struct + func (a *SetDOMBreakpointReply) GetFrameID() string + func (a *SetDOMBreakpointReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *SetDOMBreakpointReply) UnmarshalJSON(b []byte) error + type SetEventListenerBreakpointArgs struct + EventName string + TargetName string + func (a *SetEventListenerBreakpointArgs) MarshalJSON() ([]byte, error) + func (a *SetEventListenerBreakpointArgs) UnmarshalJSON(b []byte) error + type SetEventListenerBreakpointReply struct + func (a *SetEventListenerBreakpointReply) GetFrameID() string + func (a *SetEventListenerBreakpointReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *SetEventListenerBreakpointReply) UnmarshalJSON(b []byte) error + type SetInstrumentationBreakpointArgs struct + EventName string + func (a *SetInstrumentationBreakpointArgs) MarshalJSON() ([]byte, error) + func (a *SetInstrumentationBreakpointArgs) UnmarshalJSON(b []byte) error + type SetInstrumentationBreakpointReply struct + func (a *SetInstrumentationBreakpointReply) GetFrameID() string + func (a *SetInstrumentationBreakpointReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *SetInstrumentationBreakpointReply) UnmarshalJSON(b []byte) error + type SetXHRBreakpointArgs struct + URL string + func (a *SetXHRBreakpointArgs) MarshalJSON() ([]byte, error) + func (a *SetXHRBreakpointArgs) UnmarshalJSON(b []byte) error + type SetXHRBreakpointReply struct + func (a *SetXHRBreakpointReply) GetFrameID() string + func (a *SetXHRBreakpointReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *SetXHRBreakpointReply) UnmarshalJSON(b []byte) error