chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.indexeddb / GetMetadataRequest

GetMetadataRequest

data class GetMetadataRequest

Request object containing input parameters for the IndexedDBDomain.getMetadata command.

Constructors

<init>

Request object containing input parameters for the IndexedDBDomain.getMetadata command.

GetMetadataRequest(securityOrigin: String, databaseName: String, objectStoreName: String)

Properties

databaseName

Database name.

val databaseName: String

objectStoreName

Object store name.

val objectStoreName: String

securityOrigin

Security origin.

val securityOrigin: String