pl.wendigo.chrome.api.page / GetAppManifestResponse

GetAppManifestResponse

data class GetAppManifestResponse (source)

Represents response frame that is returned from Page#getAppManifest operation call.

Link
Page#getAppManifest method documentation.

See Also

PageOperations.getAppManifest

Constructors

<init>

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

Represents response frame that is returned from Page#getAppManifest operation call.

Properties

data

val data: String?

Manifest content.

errors

val errors: List<AppManifestError>

url

val url: String

Manifest location.