Chrome Remote Interface v0.0.1 ChromeRemoteInterface.RPC.ApplicationCache View Source

Link to this section Summary

Functions

Enables application cache domain notifications

Returns relevant application cache data for the document in given frame

Returns array of frame identifiers with manifest urls for each frame containing a document associated with some application cache

Returns manifest URL for document in the given frame

Link to this section Functions

Link to this function enable(page_pid, parameters \\ %{}) View Source

Enables application cache domain notifications.

Parameters:

Link to this function getApplicationCacheForFrame(page_pid, parameters \\ %{}) View Source

Returns relevant application cache data for the document in given frame.

Parameters: frameId - - Identifier of the frame containing document whose application cache is retrieved.

Link to this function getFramesWithManifests(page_pid, parameters \\ %{}) View Source

Returns array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.

Parameters:

Link to this function getManifestForFrame(page_pid, parameters \\ %{}) View Source

Returns manifest URL for document in the given frame.

Parameters: frameId - - Identifier of the frame containing document whose manifest is retrieved.