Get Frames With Manifests Response
data class GetFramesWithManifestsResponse(frameIds: List<FrameWithManifest>)
Content copied to clipboard
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.
See also
Constructors
GetFramesWithManifestsResponse
Link copied to clipboard
Properties
frameIds
Link copied to clipboard
Sources
jvm source
Link copied to clipboard