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

GetEncodedResponseRequest

data class GetEncodedResponseRequest

Request object containing input parameters for the AuditsDomain.getEncodedResponse command.

Constructors

<init>

Request object containing input parameters for the AuditsDomain.getEncodedResponse command.

GetEncodedResponseRequest(requestId: RequestId, encoding: String, quality: Double? = null, sizeOnly: Boolean? = null)

Properties

encoding

The encoding to use.

val encoding: String

quality

The quality of the encoding (0-1). (defaults to 1)

val quality: Double?

requestId

Identifier of the network request to get content for.

val requestId: RequestId

sizeOnly

Whether to only return the size information (defaults to false).

val sizeOnly: Boolean?