chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.domdebugger / SetXHRBreakpointRequest

SetXHRBreakpointRequest

data class SetXHRBreakpointRequest

Request object containing input parameters for the DOMDebuggerDomain.setXHRBreakpoint command.

Constructors

<init>

Request object containing input parameters for the DOMDebuggerDomain.setXHRBreakpoint command.

SetXHRBreakpointRequest(url: String)

Properties

url

Resource URL substring. All XHRs having this substring in the URL will get stopped upon.

val url: String