pl.wendigo.chrome.api.applicationcache / GetManifestForFrameResponse

GetManifestForFrameResponse

data class GetManifestForFrameResponse (source)

Represents response frame that is returned from ApplicationCache#getManifestForFrame operation call. Returns manifest URL for document in the given frame.

Link
ApplicationCache#getManifestForFrame method documentation.

See Also

ApplicationCacheOperations.getManifestForFrame

Constructors

<init>

GetManifestForFrameResponse(manifestURL: String)

Represents response frame that is returned from ApplicationCache#getManifestForFrame operation call. Returns manifest URL for document in the given frame.

Properties

manifestURL

val manifestURL: String

Manifest URL for document in the given frame.