Skip to content

Commit

Permalink
Make filterData optional in PrivateAttributionImpressionOptions
Browse files Browse the repository at this point in the history
It is already optional in PrivateAttributionConversionOptions, and
described as optional in the detailed description of
PrivateAttributionImpressionOptions.
  • Loading branch information
andyleiserson committed Dec 16, 2024
1 parent c30a216 commit d9c13e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.bs
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ navigator.privateAttribution.saveImpression({
<xmp class=idl>
dictionary PrivateAttributionImpressionOptions {
required unsigned long histogramIndex;
required unsigned long filterData;
unsigned long filterData;
required DOMString conversionSite;
unsigned long lifetimeDays;
};
Expand Down

0 comments on commit d9c13e6

Please sign in to comment.