Delete Object Store Entries Request
data class DeleteObjectStoreEntriesRequest(securityOrigin: String, databaseName: String, objectStoreName: String, keyRange: KeyRange)
Content copied to clipboard
Represents request frame that can be used with IndexedDB#deleteObjectStoreEntries operation call.
Delete a range of entries from an object store
See also
Constructors
DeleteObjectStoreEntriesRequest
Link copied to clipboard
fun DeleteObjectStoreEntriesRequest(securityOrigin: String, databaseName: String, objectStoreName: String, keyRange: KeyRange)
Content copied to clipboard
Properties
databaseName
Link copied to clipboard
objectStoreName
Link copied to clipboard
securityOrigin
Link copied to clipboard
Sources
jvm source
Link copied to clipboard