RequestDataResponse

@Serializable
data class RequestDataResponse(val objectStoreDataEntries: List<DataEntry>, val hasMore: Boolean)

Response type for the IndexedDBDomain.requestData command.

Constructors

Link copied to clipboard
constructor(objectStoreDataEntries: List<DataEntry>, hasMore: Boolean)

Properties

Link copied to clipboard

If true, there are more entries to fetch in the given range.

Link copied to clipboard

Array of object store data entries.