Request Data Response
data class RequestDataResponse(objectStoreDataEntries: List<DataEntry>, hasMore: Boolean)
Content copied to clipboard
Represents response frame that is returned from IndexedDB#requestData operation call. Requests data from object store or index.
See also
Constructors
RequestDataResponse
Link copied to clipboard
fun RequestDataResponse(objectStoreDataEntries: List<DataEntry>, hasMore: Boolean)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard