chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.indexeddb / RequestDataResponse

RequestDataResponse

data class RequestDataResponse

Response type for the IndexedDBDomain.requestData command.

Constructors

<init>

Response type for the IndexedDBDomain.requestData command.

RequestDataResponse(objectStoreDataEntries: List<DataEntry>, hasMore: Boolean)

Properties

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>