WebIDLpedia

PrivateAggregation interface

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