pl.wendigo.chrome.domain.network / ReplayXHRRequest

ReplayXHRRequest

data class ReplayXHRRequest (source)

Represents request frame that can be used with Network.replayXHR method call.

This method sends a new XMLHttpRequest which is identical to the original one. The following parameters should be identical: method, url, async, request body, extra headers, withCredentials attribute, user, password.

Constructors

<init>

ReplayXHRRequest(requestId: RequestId)

Represents request frame that can be used with Network.replayXHR method call.

Properties

requestId

val requestId: RequestId

Identifier of XHR to replay.