pl.wendigo.chrome.api.indexeddb / GetMetadataRequest

GetMetadataRequest

data class GetMetadataRequest (source)

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

Gets metadata of an object store

Link
IndexedDB#getMetadata method documentation.

See Also

IndexedDBOperations.getMetadata

Constructors

<init>

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

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

Properties

databaseName

val databaseName: String

Database name.

objectStoreName

val objectStoreName: String

Object store name.

securityOrigin

val securityOrigin: String

Security origin.