(enable)
(enable {:as params :keys []})
(enable connection {:as params :keys []})
Enables application cache domain notifications.
Enables application cache domain notifications.
(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. |
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 {: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. |
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 {: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. |
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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close