pl.wendigo.chrome.api.applicationcache

Package pl.wendigo.chrome.api.applicationcache

Contains DevTools Protocol ApplicationCache domain implementation accessible via ApplicationCacheOperations class.

Types

ApplicationCache

data class ApplicationCache

Detailed application cache information.

ApplicationCacheOperations

class ApplicationCacheOperations

ApplicationCacheOperations represents ApplicationCache protocol domain request/response operations and events that can be captured.

ApplicationCacheResource

data class ApplicationCacheResource

Detailed application cache resource information.

ApplicationCacheStatusUpdatedEvent

data class ApplicationCacheStatusUpdatedEvent : Event

FrameWithManifest

data class FrameWithManifest

Frame identifier - manifest URL pair.

GetApplicationCacheForFrameRequest

data class GetApplicationCacheForFrameRequest

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

GetApplicationCacheForFrameResponse

data class GetApplicationCacheForFrameResponse

Represents response frame that is returned from ApplicationCache#getApplicationCacheForFrame operation call. Returns relevant application cache data for the document in given frame.

GetFramesWithManifestsResponse

data class GetFramesWithManifestsResponse

Represents response frame that is returned from ApplicationCache#getFramesWithManifests operation call. Returns array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.

GetManifestForFrameRequest

data class GetManifestForFrameRequest

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

GetManifestForFrameResponse

data class GetManifestForFrameResponse

Represents response frame that is returned from ApplicationCache#getManifestForFrame operation call. Returns manifest URL for document in the given frame.

NetworkStateUpdatedEvent

data class NetworkStateUpdatedEvent : Event