pl.wendigo.chrome.api.applicationcache / GetApplicationCacheForFrameResponse

GetApplicationCacheForFrameResponse

data class GetApplicationCacheForFrameResponse (source)

Represents response frame that is returned from ApplicationCache#getApplicationCacheForFrame operation call. Returns relevant application cache data for the document in given frame.

Link
ApplicationCache#getApplicationCacheForFrame method documentation.

See Also

ApplicationCacheOperations.getApplicationCacheForFrame

Constructors

<init>

GetApplicationCacheForFrameResponse(applicationCache: ApplicationCache)

Represents response frame that is returned from ApplicationCache#getApplicationCacheForFrame operation call. Returns relevant application cache data for the document in given frame.

Properties

applicationCache

val applicationCache: ApplicationCache

Relevant application cache data for the document in given frame.