Chrome Remote Interface v0.2.0 ChromeRemoteInterface.RPC.Storage View Source

Link to this section Summary

Link to this section Functions

Link to this function clearDataForOrigin(page_pid) View Source

Clears storage for origin.

Parameters: origin - - Security origin.storageTypes - - Comma separated origin names.

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

Returns usage and quota in bytes.

Parameters: origin - - Security origin.

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

Registers origin to be notified when an update occurs to its cache storage list.

Parameters: origin - - Security origin.

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

Registers origin to be notified when an update occurs to its IndexedDB.

Parameters: origin - - Security origin.

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

Unregisters origin from receiving notifications for cache storage.

Parameters: origin - - Security origin.

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

Unregisters origin from receiving notifications for IndexedDB.

Parameters: origin - - Security origin.

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