Definition
Private Aggregation API defines PrivateAggregation
[Exposed=(InterestGroupScriptRunnerGlobalScope,SharedStorageWorklet),
SecureContext]
interface PrivateAggregation {
undefined contributeToHistogram(PAHistogramContribution contribution);
undefined contributeToHistogramOnEvent(DOMString event,
record<DOMString, any> contribution);
undefined enableDebugMode(optional PADebugModeOptions options = {});
};
Methods and attributes that return objects implementing PrivateAggregation
Referring IDL interfaces/dictionaries
Referring specifications
- Shared Storage API refers to
PrivateAggregation
- Protected Audience (formerly FLEDGE) refers to
PrivateAggregation