Skip to content

Commit 1ed4802

Browse files
committed
Note ignored keys/params
1 parent 91aefcd commit 1ed4802

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

api.bs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1943,8 +1943,8 @@ The following keys are defined, corresponding to the members of
19431943
the {{AttributionImpressionOptions}} dictionary passed to
19441944
<a method for=Attribution>saveImpression()</a>. Default values for omitted
19451945
optional keys are treated the same way as the corresponding
1946-
{{AttributionImpressionOptions}} field.
1947-
1946+
{{AttributionImpressionOptions}} field. Unknown dictionary keys are ignored,
1947+
as are unknown parameters.
19481948

19491949
<dl dfn-for=save-impression>
19501950
<dt><dfn noexport><code>conversion-sites</code></dfn></dt>
@@ -2044,8 +2044,9 @@ Measure-Conversion: aggregation-service="https://aggregator.example/tee", histog
20442044
The following keys are defined, corresponding to the members of
20452045
the {{AttributionConversionOptions}} dictionary passed to
20462046
<a method for=Attribution>measureConversion()</a>. Default values for omitted
2047-
optional keys are populated the same way as the corresponding
2048-
{{AttributionConversionOptions}} field.
2047+
optional keys are treated the same way as the corresponding
2048+
{{AttributionConversionOptions}} field. Unknown dictionary keys are ignored, as
2049+
are unknown parameters.
20492050

20502051
<dl dfn-for=measure-conversion>
20512052
<dt><dfn noexport><code>aggregation-service</code></dfn></dt>

0 commit comments

Comments
 (0)