chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.network / ReplayXHRRequest

ReplayXHRRequest

data class ReplayXHRRequest

Request object containing input parameters for the NetworkDomain.replayXHR command.

Constructors

<init>

Request object containing input parameters for the NetworkDomain.replayXHR command.

ReplayXHRRequest(requestId: RequestId)

Properties

requestId

Identifier of XHR to replay.

val requestId: RequestId