Skip to content

Commit

Permalink
Add Navigator.privateAttribution IDL
Browse files Browse the repository at this point in the history
Fixes #64
  • Loading branch information
apasel422 committed Jan 14, 2025
1 parent 05dc874 commit 81d5688
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions api.bs
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,14 @@ the {{PrivateAttributionConversionOptions/aggregator}} member of the
{{PrivateAttributionConversionOptions}} dictionary when calling the
<a method for=PrivateAttribution>measureConversion()</a> method.

## Navigator Interface ## {#navigator-interface}

<xmp class=idl>
partial interface Navigator {
[SecureContext, SameObject] readonly attribute PrivateAttribution privateAttribution;
};
</xmp>

## Finding a Supported Aggregation Service ## {#find-aggregation-service}

The <dfn attribute for=PrivateAttribution>aggregationServices</dfn> attribute
Expand Down

0 comments on commit 81d5688

Please sign in to comment.