From 6d95d6ea157ba7e841109bad6f764a1cf934a1d1 Mon Sep 17 00:00:00 2001 From: Andrew Paseltiner Date: Tue, 14 Jan 2025 08:39:52 -0500 Subject: [PATCH] Rename PrivateAttribution.aggregators to aggregationServices To match the surrounding prose, and for consistency with the names of the corresponding IDL types. Fixes #66 --- api.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api.bs b/api.bs index 2805b4b..06156d7 100644 --- a/api.bs +++ b/api.bs @@ -422,7 +422,7 @@ interface PrivateAttributionAggregationServices { [SecureContext, Exposed=Window] interface PrivateAttribution { - readonly attribute PrivateAttributionAggregationServices aggregators; + readonly attribute PrivateAttributionAggregationServices aggregationServices; }; @@ -603,7 +603,7 @@ The arguments to measureConversion() are as
aggregator
A selection from the [=aggregation services=] that can be found in aggregators. + attribute for=PrivateAttribution>aggregationServices.
epsilon
The amount of [=privacy budget=] to expend on this [=conversion report=].