| GetEventListenersRequest | Request object containing input parameters for the DOMDebuggerDomain.getEventListeners command. |
| GetEventListenersResponse | Response type for the DOMDebuggerDomain.getEventListeners command. |
| RemoveDOMBreakpointRequest | Request object containing input parameters for the DOMDebuggerDomain.removeDOMBreakpoint command. |
| RemoveEventListenerBreakpointRequest | Request object containing input parameters for the DOMDebuggerDomain.removeEventListenerBreakpoint command. |
| RemoveInstrumentationBreakpointRequest | Request object containing input parameters for the DOMDebuggerDomain.removeInstrumentationBreakpoint command. |
| RemoveXHRBreakpointRequest | Request object containing input parameters for the DOMDebuggerDomain.removeXHRBreakpoint command. |
| SetBreakOnCSPViolationRequest | Request object containing input parameters for the DOMDebuggerDomain.setBreakOnCSPViolation command. |
| SetDOMBreakpointRequest | Request object containing input parameters for the DOMDebuggerDomain.setDOMBreakpoint command. |
| SetEventListenerBreakpointRequest | Request object containing input parameters for the DOMDebuggerDomain.setEventListenerBreakpoint command. |
| SetInstrumentationBreakpointRequest | Request object containing input parameters for the DOMDebuggerDomain.setInstrumentationBreakpoint command. |
| SetXHRBreakpointRequest | Request object containing input parameters for the DOMDebuggerDomain.setXHRBreakpoint command. |
| DOMDebuggerDomain | DOM debugging allows setting breakpoints on particular DOM operations and events. |
| EventListener | Object event listener. |