Storage |
The StorageClient type exposes the following members.
| Name | Description | |
|---|---|---|
| StorageClient | Storage |
| Name | Description | |
|---|---|---|
| ClearCookiesAsync | Clears cookies. | |
| ClearDataForOriginAsync | Clears storage for origin. | |
| ClearDataForStorageKeyAsync | Clears storage for storage key. | |
| ClearSharedStorageEntriesAsync | Clears all entries for a given origin's shared storage. | |
| ClearTrustTokensAsync | Removes all Trust Tokens issued by the provided issuerOrigin. Leaves other stored data, including the issuer's Redemption Records, intact. | |
| DeleteSharedStorageEntryAsync | Deletes entry for `key` (if it exists) for a given origin's shared storage. | |
| DeleteStorageBucketAsync | Deletes the Storage Bucket with the given storage key and bucket name. | |
| EnumToString(ContentEncoding) | (Inherited from DevToolsDomainBase) | |
| EnumToString(CSPViolationType) | (Inherited from DevToolsDomainBase) | |
| EnumToString(DisabledImageType) | (Inherited from DevToolsDomainBase) | |
| EnumToString(Enum) | (Inherited from DevToolsDomainBase) | |
| EnumToString(PermissionType) | (Inherited from DevToolsDomainBase) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetCookiesAsync | Returns all browser cookies. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetInterestGroupDetailsAsync | Gets details for a named interest group. | |
| GetRelatedWebsiteSetsAsync | Returns the effective Related Website Sets in use by this profile for the browser session. The effective Related Website Sets will not change during a browser session. | |
| GetSharedStorageEntriesAsync | Gets the entries in an given origin's shared storage. | |
| GetSharedStorageMetadataAsync | Gets metadata for an origin's shared storage. | |
| GetStorageKeyForFrameAsync | Returns a storage key given a frame id. | |
| GetTrustTokensAsync | Returns the number of stored Trust Tokens per issuer for the current browsing context. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetUsageAndQuotaAsync | Returns usage and quota in bytes. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OverrideQuotaForOriginAsync | Override quota for the specified origin | |
| ResetSharedStorageBudgetAsync | Resets the budget for `ownerOrigin` by clearing all budget withdrawals. | |
| RunBounceTrackingMitigationsAsync | Deletes state for sites identified as potential bounce trackers, immediately. | |
| SendPendingAttributionReportsAsync | Sends all pending Attribution Reports immediately, regardless of their scheduled report time. | |
| SetAttributionReportingLocalTestingModeAsync | https://wicg.github.io/attribution-reporting-api/ | |
| SetAttributionReportingTrackingAsync | Enables/disables issuing of Attribution Reporting events. | |
| SetCookiesAsync | Sets given cookies. | |
| SetInterestGroupAuctionTrackingAsync | Enables/Disables issuing of interestGroupAuctionEventOccurred and interestGroupAuctionNetworkRequestCreated. | |
| SetInterestGroupTrackingAsync | Enables/Disables issuing of interestGroupAccessed events. | |
| SetSharedStorageEntryAsync | Sets entry with `key` and `value` for a given origin's shared storage. | |
| SetSharedStorageTrackingAsync | Enables/disables issuing of sharedStorageAccessed events. | |
| SetStorageBucketTrackingAsync | Set tracking for a storage key's buckets. | |
| ToBase64String | (Inherited from DevToolsDomainBase) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| TrackCacheStorageForOriginAsync | Registers origin to be notified when an update occurs to its cache storage list. | |
| TrackCacheStorageForStorageKeyAsync | Registers storage key to be notified when an update occurs to its cache storage list. | |
| TrackIndexedDBForOriginAsync | Registers origin to be notified when an update occurs to its IndexedDB. | |
| TrackIndexedDBForStorageKeyAsync | Registers storage key to be notified when an update occurs to its IndexedDB. | |
| UntrackCacheStorageForOriginAsync | Unregisters origin from receiving notifications for cache storage. | |
| UntrackCacheStorageForStorageKeyAsync | Unregisters storage key from receiving notifications for cache storage. | |
| UntrackIndexedDBForOriginAsync | Unregisters origin from receiving notifications for IndexedDB. | |
| UntrackIndexedDBForStorageKeyAsync | Unregisters storage key from receiving notifications for IndexedDB. |
| Name | Description | |
|---|---|---|
| AttributionReportingSourceRegistered | AttributionReportingSourceRegistered | |
| AttributionReportingTriggerRegistered | AttributionReportingTriggerRegistered | |
| CacheStorageContentUpdated | A cache's contents have been modified. | |
| CacheStorageListUpdated | A cache has been added/deleted. | |
| IndexedDBContentUpdated | The origin's IndexedDB object store has been modified. | |
| IndexedDBListUpdated | The origin's IndexedDB database list has been modified. | |
| InterestGroupAccessed | One of the interest groups was accessed. Note that these events are global to all targets sharing an interest group store. | |
| InterestGroupAuctionEventOccurred | An auction involving interest groups is taking place. These events are target-specific. | |
| InterestGroupAuctionNetworkRequestCreated | Specifies which auctions a particular network fetch may be related to, and in what role. Note that it is not ordered with respect to Network.requestWillBeSent (but will happen before loadingFinished loadingFailed). | |
| SharedStorageAccessed | Shared storage was accessed by the associated page. The following parameters are included in all events. | |
| StorageBucketCreatedOrUpdated | StorageBucketCreatedOrUpdated | |
| StorageBucketDeleted | StorageBucketDeleted |