Get Metadata Request
data class GetMetadataRequest(securityOrigin: String, databaseName: String, objectStoreName: String)
Content copied to clipboard
Represents request frame that can be used with IndexedDB#getMetadata operation call.
Gets metadata of an object store
See also
Constructors
GetMetadataRequest
Link copied to clipboard
fun GetMetadataRequest(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