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

DeleteObjectStoreEntriesRequest

data class DeleteObjectStoreEntriesRequest

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

Constructors

<init>

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

DeleteObjectStoreEntriesRequest(securityOrigin: String, databaseName: String, objectStoreName: String, keyRange: KeyRange)

Properties

databaseName

val databaseName: String

keyRange

Range of entry keys to delete

val keyRange: KeyRange

objectStoreName

val objectStoreName: String

securityOrigin

val securityOrigin: String