pl.wendigo.chrome.domain.cachestorage / RequestCachedResponseResponse

RequestCachedResponseResponse

data class RequestCachedResponseResponse (source)

Represents response frame for CacheStorage.requestCachedResponse method call.

Fetches cache entry.

Constructors

<init>

RequestCachedResponseResponse(response: CachedResponse)

Represents response frame for CacheStorage.requestCachedResponse method call.

Properties

response

val response: CachedResponse

Response read from the cache.