chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.page / GetAppManifestResponse

GetAppManifestResponse

data class GetAppManifestResponse

Response type for the PageDomain.getAppManifest command.

Constructors

<init>

Response type for the PageDomain.getAppManifest command.

GetAppManifestResponse(url: String, errors: List<AppManifestError>, data: String? = null, parsed: AppManifestParsedProperties? = null)

Properties

data

Manifest content.

val data: String?

errors

val errors: List<AppManifestError>

parsed

Parsed manifest properties

val parsed: AppManifestParsedProperties?

url

Manifest location.

val url: String