Module chromiumoxide_cdp::cdp::browser_protocol::storage
source · Structs
- Clears cookies. clearCookies
- Clears cookies. clearCookies
- Clears storage for origin. clearDataForOrigin
- Clears storage for origin. clearDataForOrigin
- Clears storage for storage key. clearDataForStorageKey
- Clears storage for storage key. clearDataForStorageKey
- Removes all Trust Tokens issued by the provided issuerOrigin. Leaves other stored data, including the issuer’s Redemption Records, intact. clearTrustTokens
- Removes all Trust Tokens issued by the provided issuerOrigin. Leaves other stored data, including the issuer’s Redemption Records, intact. clearTrustTokens
- A cache’s contents have been modified. cacheStorageContentUpdated
- A cache has been added/deleted. cacheStorageListUpdated
- The origin’s IndexedDB object store has been modified. indexedDBContentUpdated
- The origin’s IndexedDB database list has been modified. indexedDBListUpdated
- One of the interest groups was accessed by the associated page. interestGroupAccessed
- Returns all browser cookies. getCookies
- Returns all browser cookies. getCookies
- Gets details for a named interest group. getInterestGroupDetails
- Gets details for a named interest group. getInterestGroupDetails
- Returns a storage key given a frame id. getStorageKeyForFrame
- Returns a storage key given a frame id. getStorageKeyForFrame
- Returns the number of stored Trust Tokens per issuer for the current browsing context. getTrustTokens
- Returns the number of stored Trust Tokens per issuer for the current browsing context. getTrustTokens
- Returns usage and quota in bytes. getUsageAndQuota
- Returns usage and quota in bytes. getUsageAndQuota
- Ad advertising element inside an interest group. InterestGroupAd
- The full details of an interest group. InterestGroupDetails
- Override quota for the specified origin overrideQuotaForOrigin
- Override quota for the specified origin overrideQuotaForOrigin
- Sets given cookies. setCookies
- Sets given cookies. setCookies
- Enables/Disables issuing of interestGroupAccessed events. setInterestGroupTracking
- Enables/Disables issuing of interestGroupAccessed events. setInterestGroupTracking
- Registers origin to be notified when an update occurs to its cache storage list. trackCacheStorageForOrigin
- Registers origin to be notified when an update occurs to its cache storage list. trackCacheStorageForOrigin
- Registers origin to be notified when an update occurs to its IndexedDB. trackIndexedDBForOrigin
- Registers origin to be notified when an update occurs to its IndexedDB. trackIndexedDBForOrigin
- Registers storage key to be notified when an update occurs to its IndexedDB. trackIndexedDBForStorageKey
- Registers storage key to be notified when an update occurs to its IndexedDB. trackIndexedDBForStorageKey
- Pair of issuer origin and number of available (signed, but not used) Trust Tokens from that issuer. TrustTokens
- Unregisters origin from receiving notifications for cache storage. untrackCacheStorageForOrigin
- Unregisters origin from receiving notifications for cache storage. untrackCacheStorageForOrigin
- Unregisters origin from receiving notifications for IndexedDB. untrackIndexedDBForOrigin
- Unregisters origin from receiving notifications for IndexedDB. untrackIndexedDBForOrigin
- Unregisters storage key from receiving notifications for IndexedDB. untrackIndexedDBForStorageKey
- Unregisters storage key from receiving notifications for IndexedDB. untrackIndexedDBForStorageKey
- Usage for a storage type. UsageForType
Enums
- Enum of interest group access types.
- Enum of possible storage types.