chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.applicationcache / GetApplicationCacheForFrameResponse

GetApplicationCacheForFrameResponse

data class GetApplicationCacheForFrameResponse

Response type for the ApplicationCacheDomain.getApplicationCacheForFrame command.

Constructors

<init>

Response type for the ApplicationCacheDomain.getApplicationCacheForFrame command.

GetApplicationCacheForFrameResponse(applicationCache: ApplicationCache)

Properties

applicationCache

Relevant application cache data for the document in given frame.

val applicationCache: ApplicationCache