pl.wendigo.chrome.api.cachestorage / RequestCacheNamesResponse

RequestCacheNamesResponse

data class RequestCacheNamesResponse (source)

Represents response frame that is returned from CacheStorage#requestCacheNames operation call. Requests cache names.

Link
CacheStorage#requestCacheNames method documentation.

See Also

CacheStorageOperations.requestCacheNames

Constructors

<init>

RequestCacheNamesResponse(caches: List<Cache>)

Represents response frame that is returned from CacheStorage#requestCacheNames operation call. Requests cache names.

Properties

caches

val caches: List<Cache>

Caches for the security origin.