SetXHRBreakpointParameter

@Serializable
data class SetXHRBreakpointParameter(val url: String)

Constructors

Link copied to clipboard
constructor(url: String)

Properties

Link copied to clipboard
val url: String

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