Module cdp::application_cache
[−]
[src]
[Experimental]
ApplicationCache
Commands
ApplicationCache.getFramesWithManifestsExperimentalReturns array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.
ApplicationCache.enableExperimentalEnables application cache domain notifications.
ApplicationCache.getManifestForFrameExperimentalReturns manifest URL for document in the given frame.
ApplicationCache.getApplicationCacheForFrameExperimentalReturns relevant application cache data for the document in given frame.
Events
ApplicationCache.applicationCacheStatusUpdatedExperimentalApplicationCache.networkStateUpdatedExperimental
Types
ApplicationCacheResourceExperimentalDetailed application cache resource information.
ApplicationCacheExperimentalDetailed application cache information.
FrameWithManifestExperimentalFrame identifier - manifest URL pair.
Structs
| ApplicationCache |
[Experimental] Detailed application cache information. |
| ApplicationCacheResource |
[Experimental] Detailed application cache resource information. |
| ApplicationCacheStatusUpdatedEvent |
[Experimental] |
| EnableCommand |
[Experimental] Enables application cache domain notifications. |
| EnableResponse |
[Experimental] Enables application cache domain notifications. |
| FrameWithManifest |
[Experimental] Frame identifier - manifest URL pair. |
| GetApplicationCacheForFrameCommand |
[Experimental] Returns relevant application cache data for the document in given frame. |
| GetApplicationCacheForFrameResponse |
[Experimental] Returns relevant application cache data for the document in given frame. |
| GetFramesWithManifestsCommand |
[Experimental] Returns array of frame identifiers with manifest urls for each frame containing a document associated with some application cache. |
| GetFramesWithManifestsResponse |
[Experimental] Returns array of frame identifiers with manifest urls for each frame containing a document associated with some application cache. |
| GetManifestForFrameCommand |
[Experimental] Returns manifest URL for document in the given frame. |
| GetManifestForFrameResponse |
[Experimental] Returns manifest URL for document in the given frame. |
| NetworkStateUpdatedEvent |
[Experimental] |