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

Query and modify DOM storage.

Link to this section Summary

Link to this section Functions

Parameters: storageId - -

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

Disables storage tracking, prevents storage events from being sent to the client.

Parameters:

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

Enables storage tracking, storage events will now be delivered to the client.

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 getDOMStorageItems(page_pid) View Source

Parameters: storageId - -

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

Parameters: storageId - - key - -

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

Parameters: storageId - - key - - value - -

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