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

GetFramesWithManifestsResponse

data class GetFramesWithManifestsResponse

Response type for the ApplicationCacheDomain.getFramesWithManifests command.

Constructors

<init>

Response type for the ApplicationCacheDomain.getFramesWithManifests command.

GetFramesWithManifestsResponse(frameIds: List<FrameWithManifest>)

Properties

frameIds

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

val frameIds: List<FrameWithManifest>