pl.wendigo.chrome.domain.applicationcache / GetFramesWithManifestsResponse

GetFramesWithManifestsResponse

data class GetFramesWithManifestsResponse (source)

Represents response frame for ApplicationCache.getFramesWithManifests method call.

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

Constructors

<init>

GetFramesWithManifestsResponse(frameIds: List<FrameWithManifest>)

Represents response frame for ApplicationCache.getFramesWithManifests method call.

Properties

frameIds

val frameIds: List<FrameWithManifest>

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