data class SetXHRBreakpointRequest
Request object containing input parameters for the DOMDebuggerDomain.setXHRBreakpoint command.
<init> |
Request object containing input parameters for the DOMDebuggerDomain.setXHRBreakpoint command. SetXHRBreakpointRequest(url: String) |
url |
Resource URL substring. All XHRs having this substring in the URL will get stopped upon. val url: String |