Package-level declarations
Types
CSP Violation type.
DOM breakpoint type.
DOM debugging allows setting breakpoints on particular DOM operations and events. JavaScript execution will stop on these operations as if there was a regular breakpoint set.
Object event listener.
Request object containing input parameters for the DOMDebuggerDomain.getEventListeners command.
Response type for the DOMDebuggerDomain.getEventListeners command.
Request object containing input parameters for the DOMDebuggerDomain.removeDOMBreakpoint command.
A dummy response object for the DOMDebuggerDomain.removeDOMBreakpoint command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the DOMDebuggerDomain.removeEventListenerBreakpoint command.
A dummy response object for the DOMDebuggerDomain.removeEventListenerBreakpoint command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the DOMDebuggerDomain.removeInstrumentationBreakpoint command.
A dummy response object for the DOMDebuggerDomain.removeInstrumentationBreakpoint command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the DOMDebuggerDomain.removeXHRBreakpoint command.
A dummy response object for the DOMDebuggerDomain.removeXHRBreakpoint command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the DOMDebuggerDomain.setBreakOnCSPViolation command.
A dummy response object for the DOMDebuggerDomain.setBreakOnCSPViolation command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the DOMDebuggerDomain.setDOMBreakpoint command.
A dummy response object for the DOMDebuggerDomain.setDOMBreakpoint command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the DOMDebuggerDomain.setEventListenerBreakpoint command.
A dummy response object for the DOMDebuggerDomain.setEventListenerBreakpoint command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the DOMDebuggerDomain.setInstrumentationBreakpoint command.
A dummy response object for the DOMDebuggerDomain.setInstrumentationBreakpoint command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the DOMDebuggerDomain.setXHRBreakpoint command.
A dummy response object for the DOMDebuggerDomain.setXHRBreakpoint command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.