pl.wendigo.chrome.domain.applicationcache / GetManifestForFrameRequest

GetManifestForFrameRequest

data class GetManifestForFrameRequest (source)

Represents request frame that can be used with ApplicationCache.getManifestForFrame method call.

Returns manifest URL for document in the given frame.

Constructors

<init>

GetManifestForFrameRequest(frameId: FrameId)

Represents request frame that can be used with ApplicationCache.getManifestForFrame method call.

Properties

frameId

val frameId: FrameId

Identifier of the frame containing document whose manifest is retrieved.