Module chrome_remote_interface_model::storage[][src]

This is supported on crate features experimental and Storage and Browser and Network only.

Structs

A cache’s contents have been modified.

A cache has been added/deleted.

Clears cookies.

Clears cookies.

Clears storage for origin.

Clears storage for origin.

Removes all Trust Tokens issued by the provided issuerOrigin. Leaves other stored data, including the issuer’s Redemption Records, intact.

Removes all Trust Tokens issued by the provided issuerOrigin. Leaves other stored data, including the issuer’s Redemption Records, intact.

Returns all browser cookies.

Returns all browser cookies.

Returns the number of stored Trust Tokens per issuer for the current browsing context.

Returns the number of stored Trust Tokens per issuer for the current browsing context.

Returns usage and quota in bytes.

Returns usage and quota in bytes.

The origin’s IndexedDB object store has been modified.

The origin’s IndexedDB database list has been modified.

Override quota for the specified origin

Override quota for the specified origin

Sets given cookies.

Sets given cookies.

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

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

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

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

Pair of issuer origin and number of available (signed, but not used) Trust Tokens from that issuer.

Unregisters origin from receiving notifications for cache storage.

Unregisters origin from receiving notifications for cache storage.

Unregisters origin from receiving notifications for IndexedDB.

Unregisters origin from receiving notifications for IndexedDB.

Usage for a storage type.

Enums