clj-chrome-devtools.commands.application-cache
enable
(enable)(enable {:as params, :keys []})(enable connection {:as params, :keys []})Enables application cache domain notifications.
get-application-cache-for-frame
(get-application-cache-for-frame)(get-application-cache-for-frame {:as params, :keys [frame-id]})(get-application-cache-for-frame connection {:as params, :keys [frame-id]})Returns relevant application cache data for the document in given frame.
Parameters map keys:
| Key | Description | 
|---|---|
| :frame-id | Identifier of the frame containing document whose application cache is retrieved. | 
Return map keys:
| Key | Description | 
|---|---|
| :application-cache | Relevant application cache data for the document in given frame. | 
get-frames-with-manifests
(get-frames-with-manifests)(get-frames-with-manifests {:as params, :keys []})(get-frames-with-manifests connection {:as params, :keys []})Returns array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.
Return map keys:
| Key | Description | 
|---|---|
| :frame-ids | Array of frame identifiers with manifest urls for each frame containing a document | 
associated with some application cache.
get-manifest-for-frame
(get-manifest-for-frame)(get-manifest-for-frame {:as params, :keys [frame-id]})(get-manifest-for-frame connection {:as params, :keys [frame-id]})Returns manifest URL for document in the given frame.
Parameters map keys:
| Key | Description | 
|---|---|
| :frame-id | Identifier of the frame containing document whose manifest is retrieved. | 
Return map keys:
| Key | Description | 
|---|---|
| :manifest-url | Manifest URL for document in the given frame. |