Package-level declarations
Types
EventBreakpoints permits setting breakpoints on particular operations and events in targets that run JavaScript but do not have a DOM. JavaScript execution will stop on these operations as if there was a regular breakpoint set.
Request object containing input parameters for the EventBreakpointsDomain.removeInstrumentationBreakpoint command.
A dummy response object for the EventBreakpointsDomain.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 EventBreakpointsDomain.setInstrumentationBreakpoint command.
A dummy response object for the EventBreakpointsDomain.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.