pl.wendigo.chrome.domain.cachestorage / RequestCacheNamesResponse

RequestCacheNamesResponse

data class RequestCacheNamesResponse (source)

Represents response frame for CacheStorage.requestCacheNames method call.

Requests cache names.

Constructors

<init>

RequestCacheNamesResponse(caches: List<Cache>)

Represents response frame for CacheStorage.requestCacheNames method call.

Properties

caches

val caches: List<Cache>

Caches for the security origin.