AffectedRequest

@Serializable
data class AffectedRequest(val requestId: RequestId? = null, val url: String)

Information about a request that is affected by an inspector issue.

Official doc

Constructors

Link copied to clipboard
constructor(requestId: RequestId? = null, url: String)

Properties

Link copied to clipboard
val requestId: RequestId? = null

The unique request id.

Link copied to clipboard
val url: String

(undocumented in the protocol definition)