pl.wendigo.chrome.api.indexeddb / ClearObjectStoreRequest

ClearObjectStoreRequest

data class ClearObjectStoreRequest (source)

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

Clears all entries from an object store.

Link
IndexedDB#clearObjectStore method documentation.

See Also

IndexedDBOperations.clearObjectStore

Constructors

<init>

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

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

Properties

databaseName

val databaseName: String

Database name.

objectStoreName

val objectStoreName: String

Object store name.

securityOrigin

val securityOrigin: String

Security origin.