WebIDLpedia

[DEPRECATED] SharedStoragePrivateAggregationConfig dictionary

As of May 1, 2026, this name is no longer defined by a Web Platform specification

Definition

Shared Storage API defines SharedStoragePrivateAggregationConfig



dictionary SharedStoragePrivateAggregationConfig {
  USVString aggregationCoordinatorOrigin;
  USVString contextId;
  [EnforceRange] unsigned long long filteringIdMaxBytes;
  [EnforceRange] unsigned long long maxContributions;
};

Referring IDL interfaces/dictionaries