chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.applicationcache / GetManifestForFrameResponse

GetManifestForFrameResponse

data class GetManifestForFrameResponse

Response type for the ApplicationCacheDomain.getManifestForFrame command.

Constructors

<init>

Response type for the ApplicationCacheDomain.getManifestForFrame command.

GetManifestForFrameResponse(manifestURL: String)

Properties

manifestURL

Manifest URL for document in the given frame.

val manifestURL: String