Available on crate features
experimental and Storage and Browser and Network only.Structs§
- Cache
Storage Content Updated Event - A cache’s contents have been modified.
- Cache
Storage List Updated Event - A cache has been added/deleted.
- Clear
Cookies Command - Clears cookies.
- Clear
Cookies Return - Clears cookies.
- Clear
Data ForOrigin Command - Clears storage for origin.
- Clear
Data ForOrigin Return - Clears storage for origin.
- Clear
Trust Tokens Command - Removes all Trust Tokens issued by the provided issuerOrigin. Leaves other stored data, including the issuer’s Redemption Records, intact.
- Clear
Trust Tokens Return - Removes all Trust Tokens issued by the provided issuerOrigin. Leaves other stored data, including the issuer’s Redemption Records, intact.
- GetCookies
Command - Returns all browser cookies.
- GetCookies
Return - Returns all browser cookies.
- GetTrust
Tokens Command - Returns the number of stored Trust Tokens per issuer for the current browsing context.
- GetTrust
Tokens Return - Returns the number of stored Trust Tokens per issuer for the current browsing context.
- GetUsage
AndQuota Command - Returns usage and quota in bytes.
- GetUsage
AndQuota Return - Returns usage and quota in bytes.
- GetUsage
AndQuota Return Builder - Indexed
DbContent Updated Event - The origin’s IndexedDB object store has been modified.
- Indexed
DbList Updated Event - The origin’s IndexedDB database list has been modified.
- Override
Quota ForOrigin Command - Override quota for the specified origin
- Override
Quota ForOrigin Return - Override quota for the specified origin
- SetCookies
Command - Sets given cookies.
- SetCookies
Return - Sets given cookies.
- Track
Cache Storage ForOrigin Command - Registers origin to be notified when an update occurs to its cache storage list.
- Track
Cache Storage ForOrigin Return - Registers origin to be notified when an update occurs to its cache storage list.
- Track
Indexed DbFor Origin Command - Registers origin to be notified when an update occurs to its IndexedDB.
- Track
Indexed DbFor Origin Return - Registers origin to be notified when an update occurs to its IndexedDB.
- Trust
Tokens - Pair of issuer origin and number of available (signed, but not used) Trust Tokens from that issuer.
- Untrack
Cache Storage ForOrigin Command - Unregisters origin from receiving notifications for cache storage.
- Untrack
Cache Storage ForOrigin Return - Unregisters origin from receiving notifications for cache storage.
- Untrack
Indexed DbFor Origin Command - Unregisters origin from receiving notifications for IndexedDB.
- Untrack
Indexed DbFor Origin Return - Unregisters origin from receiving notifications for IndexedDB.
- Usage
ForType - Usage for a storage type.