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

ClearObjectStoreRequest

data class ClearObjectStoreRequest

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

Constructors

<init>

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

ClearObjectStoreRequest(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