pl.wendigo.chrome.api.applicationcache / FrameWithManifest

FrameWithManifest

data class FrameWithManifest (source)

Frame identifier - manifest URL pair.

Link
ApplicationCache#FrameWithManifest type documentation.

Constructors

<init>

FrameWithManifest(frameId: FrameId, manifestURL: String, status: Int)

Frame identifier - manifest URL pair.

Properties

frameId

val frameId: FrameId

Frame identifier.

manifestURL

val manifestURL: String

Manifest URL.

status

val status: Int

Application cache status.