pl.wendigo.chrome.domain.indexeddb / GetMetadataRequest

GetMetadataRequest

data class GetMetadataRequest (source)

Represents request frame that can be used with IndexedDB.getMetadata method call.

Gets metadata of an object store

Constructors

<init>

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

Represents request frame that can be used with IndexedDB.getMetadata method call.

Properties

databaseName

val databaseName: String

Database name.

objectStoreName

val objectStoreName: String

Object store name.

securityOrigin

val securityOrigin: String

Security origin.