pl.wendigo.chrome.domain.network / GetRequestPostDataRequest

GetRequestPostDataRequest

data class GetRequestPostDataRequest (source)

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

Returns post data sent with the request. Returns an error when no data was sent with the request.

Constructors

<init>

GetRequestPostDataRequest(requestId: RequestId)

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

Properties

requestId

val requestId: RequestId

Identifier of the network request to get content for.