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

Link to this section Summary

Link to this section Functions

Enables application cache domain notifications.

Parameters:

Link to this function enable(page_pid, parameters) View Source
Link to this function enable(page_pid, parameters, opts) View Source
Link to this function getApplicationCacheForFrame(page_pid) 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 getApplicationCacheForFrame(page_pid, parameters) View Source
Link to this function getApplicationCacheForFrame(page_pid, parameters, opts) View Source
Link to this function getFramesWithManifests(page_pid) 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 getFramesWithManifests(page_pid, parameters) View Source
Link to this function getFramesWithManifests(page_pid, parameters, opts) View Source
Link to this function getManifestForFrame(page_pid) View Source

Returns manifest URL for document in the given frame.

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

Link to this function getManifestForFrame(page_pid, parameters) View Source
Link to this function getManifestForFrame(page_pid, parameters, opts) View Source