Liking cljdoc? Tell your friends :D

clj-chrome-devtools.commands.application-cache


enableclj

(enable)
(enable {:as params :keys []})
(enable connection {:as params :keys []})

Enables application cache domain notifications.

Enables application cache domain notifications.
sourceraw docstring

get-application-cache-for-frameclj

(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:

KeyDescription
:frame-idIdentifier of the frame containing document whose application cache is retrieved.

Return map keys:

KeyDescription
:application-cacheRelevant application cache data for the document in given frame.
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.
sourceraw docstring

get-frames-with-manifestsclj

(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:

KeyDescription
:frame-idsArray of frame identifiers with manifest urls for each frame containing a document associated with some application cache.
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.
sourceraw docstring

get-manifest-for-frameclj

(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:

KeyDescription
:frame-idIdentifier of the frame containing document whose manifest is retrieved.

Return map keys:

KeyDescription
:manifest-urlManifest URL for document in the given frame.
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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close