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
- Clears all entries for a given origin’s shared storage. clearSharedStorageEntries
- Clears all entries for a given origin’s shared storage. clearSharedStorageEntries
- 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
- Deletes entry for
key
(if it exists) for a given origin’s shared storage. deleteSharedStorageEntry - Deletes entry for
key
(if it exists) for a given origin’s shared storage. deleteSharedStorageEntry - Deletes the Storage Bucket with the given storage key and bucket name. deleteStorageBucket
- Deletes the Storage Bucket with the given storage key and bucket name. deleteStorageBucket
- 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. Note that these events are global to all targets sharing an interest group store. interestGroupAccessed
- An auction involving interest groups is taking place. These events are target-specific. interestGroupAuctionEventOccurred
- 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). interestGroupAuctionNetworkRequestCreated
- Shared storage was accessed by the associated page. The following parameters are included in all events. sharedStorageAccessed
- 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 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. getRelatedWebsiteSets
- 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. getRelatedWebsiteSets
- Gets the entries in an given origin’s shared storage. getSharedStorageEntries
- Gets the entries in an given origin’s shared storage. getSharedStorageEntries
- Gets metadata for an origin’s shared storage. getSharedStorageMetadata
- Gets metadata for an origin’s shared storage. getSharedStorageMetadata
- 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
- Protected audience interest group auction identifier. InterestGroupAuctionId
- Override quota for the specified origin overrideQuotaForOrigin
- Override quota for the specified origin overrideQuotaForOrigin
- A single Related Website Set object. RelatedWebsiteSet
- Resets the budget for
ownerOrigin
by clearing all budget withdrawals. resetSharedStorageBudget - Resets the budget for
ownerOrigin
by clearing all budget withdrawals. resetSharedStorageBudget - Deletes state for sites identified as potential bounce trackers, immediately. runBounceTrackingMitigations
- Deletes state for sites identified as potential bounce trackers, immediately. runBounceTrackingMitigations
- Sends all pending Attribution Reports immediately, regardless of their scheduled report time. sendPendingAttributionReports
- Sends all pending Attribution Reports immediately, regardless of their scheduled report time. sendPendingAttributionReports
- https://wicg.github.io/attribution-reporting-api/ setAttributionReportingLocalTestingMode
- https://wicg.github.io/attribution-reporting-api/ setAttributionReportingLocalTestingMode
- Enables/disables issuing of Attribution Reporting events. setAttributionReportingTracking
- Enables/disables issuing of Attribution Reporting events. setAttributionReportingTracking
- Sets given cookies. setCookies
- Sets given cookies. setCookies
- Enables/Disables issuing of interestGroupAuctionEventOccurred and interestGroupAuctionNetworkRequestCreated. setInterestGroupAuctionTracking
- Enables/Disables issuing of interestGroupAuctionEventOccurred and interestGroupAuctionNetworkRequestCreated. setInterestGroupAuctionTracking
- Enables/Disables issuing of interestGroupAccessed events. setInterestGroupTracking
- Enables/Disables issuing of interestGroupAccessed events. setInterestGroupTracking
- Enables/disables issuing of sharedStorageAccessed events. setSharedStorageTracking
- Enables/disables issuing of sharedStorageAccessed events. setSharedStorageTracking
- Set tracking for a storage key’s buckets. setStorageBucketTracking
- Set tracking for a storage key’s buckets. setStorageBucketTracking
- Bundles the parameters for shared storage access events whose presence/absence can vary according to SharedStorageAccessType. SharedStorageAccessParams
- Struct for a single key-value pair in an origin’s shared storage. SharedStorageEntry
- Details for an origin’s shared storage. SharedStorageMetadata
- Pair of reporting metadata details for a candidate URL for
selectURL()
. SharedStorageReportingMetadata - Bundles a candidate URL with its reporting metadata. SharedStorageUrlWithMetadata
- 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 storage key to be notified when an update occurs to its cache storage list. trackCacheStorageForStorageKey
- Registers storage key to be notified when an update occurs to its cache storage list. trackCacheStorageForStorageKey
- 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 storage key from receiving notifications for cache storage. untrackCacheStorageForStorageKey
- Unregisters storage key from receiving notifications for cache storage. untrackCacheStorageForStorageKey
- 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 auction events.
- Enum of network fetches auctions can do.
- Enum of shared storage access types.
- Enum of possible storage types.