pl.wendigo.chrome.api.applicationcache / GetFramesWithManifestsResponse

GetFramesWithManifestsResponse

data class GetFramesWithManifestsResponse (source)

Represents response frame that is returned from ApplicationCache#getFramesWithManifests operation call. Returns array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.

Link
ApplicationCache#getFramesWithManifests method documentation.

See Also

ApplicationCacheOperations.getFramesWithManifests

Constructors

<init>

GetFramesWithManifestsResponse(frameIds: List<FrameWithManifest>)

Represents response frame that is returned from ApplicationCache#getFramesWithManifests operation call. Returns array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.

Properties

frameIds

val frameIds: List<FrameWithManifest>

Array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.