Skip to content

Commit

Permalink
fixup! [spec] Enable per-context contribution limits for Private Aggr…
Browse files Browse the repository at this point in the history
…egation
  • Loading branch information
dmcardle committed Jan 10, 2025
1 parent a922476 commit 00dc367
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,8 @@ Moreover, each {{SharedStorageWorklet}}'s [=global scopes|list of global scopes=
|privateAggregationConfig|["{{SharedStoragePrivateAggregationConfig/maxContributions}}"]
[=map/exists=], set |maxContributions| to
|privateAggregationConfig|["{{SharedStoragePrivateAggregationConfig/maxContributions}}"].
1. If |maxContributions| is not a positive integer, set |maxContributions| to null.
1. If |maxContributions| is zero, return a new {{DOMException}} with name
"`DataError`".
1. Return a new [=pre-specified report parameters=] with the items:
: <a spec="private-aggregation-api" for="pre-specified report parameters">context ID</a>
:: |contextId|
Expand Down

0 comments on commit 00dc367

Please sign in to comment.