pl.wendigo.chrome.domain.applicationcache / GetManifestForFrameResponse

GetManifestForFrameResponse

data class GetManifestForFrameResponse (source)

Represents response frame for ApplicationCache.getManifestForFrame method call.

Returns manifest URL for document in the given frame.

Constructors

<init>

GetManifestForFrameResponse(manifestURL: String)

Represents response frame for ApplicationCache.getManifestForFrame method call.

Properties

manifestURL

val manifestURL: String

Manifest URL for document in the given frame.