chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.cachestorage / RequestCachedResponseResponse

RequestCachedResponseResponse

data class RequestCachedResponseResponse

Response type for the CacheStorageDomain.requestCachedResponse command.

Constructors

<init>

Response type for the CacheStorageDomain.requestCachedResponse command.

RequestCachedResponseResponse(response: CachedResponse)

Properties

response

Response read from the cache.

val response: CachedResponse