Module chromiumoxide::cdp::browser_protocol::storage[][src]

Structs

ClearCookiesParams

Clears cookies. clearCookies

ClearCookiesParamsBuilder
ClearCookiesReturns

Clears cookies. clearCookies

ClearDataForOriginParams

Clears storage for origin. clearDataForOrigin

ClearDataForOriginParamsBuilder
ClearDataForOriginReturns

Clears storage for origin. clearDataForOrigin

EventCacheStorageContentUpdated

A cache’s contents have been modified. cacheStorageContentUpdated

EventCacheStorageListUpdated

A cache has been added/deleted. cacheStorageListUpdated

EventIndexedDbContentUpdated

The origin’s IndexedDB object store has been modified. indexedDBContentUpdated

EventIndexedDbListUpdated

The origin’s IndexedDB database list has been modified. indexedDBListUpdated

GetCookiesParams

Returns all browser cookies. getCookies

GetCookiesParamsBuilder
GetCookiesReturns

Returns all browser cookies. getCookies

GetCookiesReturnsBuilder
GetUsageAndQuotaParams

Returns usage and quota in bytes. getUsageAndQuota

GetUsageAndQuotaParamsBuilder
GetUsageAndQuotaReturns

Returns usage and quota in bytes. getUsageAndQuota

GetUsageAndQuotaReturnsBuilder
OverrideQuotaForOriginParams

Override quota for the specified origin overrideQuotaForOrigin

OverrideQuotaForOriginParamsBuilder
OverrideQuotaForOriginReturns

Override quota for the specified origin overrideQuotaForOrigin

SetCookiesParams

Sets given cookies. setCookies

SetCookiesParamsBuilder
SetCookiesReturns

Sets given cookies. setCookies

TrackCacheStorageForOriginParams

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

TrackCacheStorageForOriginParamsBuilder
TrackCacheStorageForOriginReturns

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

TrackIndexedDbForOriginParams

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

TrackIndexedDbForOriginParamsBuilder
TrackIndexedDbForOriginReturns

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

UntrackCacheStorageForOriginParams

Unregisters origin from receiving notifications for cache storage. untrackCacheStorageForOrigin

UntrackCacheStorageForOriginParamsBuilder
UntrackCacheStorageForOriginReturns

Unregisters origin from receiving notifications for cache storage. untrackCacheStorageForOrigin

UntrackIndexedDbForOriginParams

Unregisters origin from receiving notifications for IndexedDB. untrackIndexedDBForOrigin

UntrackIndexedDbForOriginParamsBuilder
UntrackIndexedDbForOriginReturns

Unregisters origin from receiving notifications for IndexedDB. untrackIndexedDBForOrigin

UsageForType

Usage for a storage type. UsageForType

UsageForTypeBuilder

Enums

StorageType

Enum of possible storage types.