RequestCacheNamesResponse

@Serializable
data class RequestCacheNamesResponse(val caches: List<Cache>)

Response type for the CacheStorageDomain.requestCacheNames command.

Constructors

Link copied to clipboard
constructor(caches: List<Cache>)

Properties

Link copied to clipboard

Caches for the security origin.