data class RequestCacheNamesResponse
Response type for the CacheStorageDomain.requestCacheNames command.
<init> |
Response type for the CacheStorageDomain.requestCacheNames command. RequestCacheNamesResponse(caches: List<Cache>) |
caches |
Caches for the security origin. val caches: List<Cache> |