Request Data Request
data class RequestDataRequest(securityOrigin: String, databaseName: String, objectStoreName: String, indexName: String, skipCount: Int, pageSize: Int, keyRange: KeyRange?)
Content copied to clipboard
Represents request frame that can be used with IndexedDB#requestData operation call.
Requests data from object store or index.
See also
Constructors
RequestDataRequest
Link 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