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

RequestCacheNamesResponse

data class RequestCacheNamesResponse

Response type for the CacheStorageDomain.requestCacheNames command.

Constructors

<init>

Response type for the CacheStorageDomain.requestCacheNames command.

RequestCacheNamesResponse(caches: List<Cache>)

Properties

caches

Caches for the security origin.

val caches: List<Cache>