chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.audits / AffectedRequest

AffectedRequest

data class AffectedRequest

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

Official doc

Constructors

<init>

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

AffectedRequest(requestId: RequestId, url: String? = null)

Properties

requestId

The unique request id.

val requestId: RequestId

url

val url: String?