Clear Object Store Request
data class ClearObjectStoreRequest(securityOrigin: String, databaseName: String, objectStoreName: String)
Content copied to clipboard
Represents request frame that can be used with IndexedDB#clearObjectStore operation call.
Clears all entries from an object store.
See also
Constructors
ClearObjectStoreRequest
Link copied to clipboard
fun ClearObjectStoreRequest(securityOrigin: String, databaseName: String, objectStoreName: String)
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