pl.wendigo.chrome.api.domdebugger / SetXHRBreakpointRequest

SetXHRBreakpointRequest

data class SetXHRBreakpointRequest (source)

Represents request frame that can be used with DOMDebugger#setXHRBreakpoint operation call.

Sets breakpoint on XMLHttpRequest.

Link
DOMDebugger#setXHRBreakpoint method documentation.

See Also

DOMDebuggerOperations.setXHRBreakpoint

Constructors

<init>

SetXHRBreakpointRequest(url: String)

Represents request frame that can be used with DOMDebugger#setXHRBreakpoint operation call.

Properties

url

val url: String

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