pl.wendigo.chrome.api.applicationcache / GetManifestForFrameRequest

GetManifestForFrameRequest

data class GetManifestForFrameRequest (source)

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

Returns manifest URL for document in the given frame.

Link
ApplicationCache#getManifestForFrame method documentation.

See Also

ApplicationCacheOperations.getManifestForFrame

Constructors

<init>

GetManifestForFrameRequest(frameId: FrameId)

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

Properties

frameId

val frameId: FrameId

Identifier of the frame containing document whose manifest is retrieved.