chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.cachestorage / RequestEntriesResponse

RequestEntriesResponse

data class RequestEntriesResponse

Response type for the CacheStorageDomain.requestEntries command.

Constructors

<init>

Response type for the CacheStorageDomain.requestEntries command.

RequestEntriesResponse(cacheDataEntries: List<DataEntry>, returnCount: Double)

Properties

cacheDataEntries

Array of object store data entries.

val cacheDataEntries: List<DataEntry>

returnCount

Count of returned entries from this storage. If pathFilter is empty, it is the count of all entries from this storage.

val returnCount: Double