data class RequestDataResponse
Response type for the IndexedDBDomain.requestData command.
<init> |
Response type for the IndexedDBDomain.requestData command. RequestDataResponse(objectStoreDataEntries: List<DataEntry>, hasMore: Boolean) |
hasMore |
If true, there are more entries to fetch in the given range. val hasMore: Boolean |
objectStoreDataEntries |
Array of object store data entries. val objectStoreDataEntries: List<DataEntry> |