pl.wendigo.chrome.api.applicationcache / GetApplicationCacheForFrameRequest

GetApplicationCacheForFrameRequest

data class GetApplicationCacheForFrameRequest (source)

Represents request frame that can be used with 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>

GetApplicationCacheForFrameRequest(frameId: FrameId)

Represents request frame that can be used with ApplicationCache#getApplicationCacheForFrame operation call.

Properties

frameId

val frameId: FrameId

Identifier of the frame containing document whose application cache is retrieved.