From 81d5688317f7642119e3f95dfd88246b1d8013b5 Mon Sep 17 00:00:00 2001 From: Andrew Paseltiner Date: Tue, 14 Jan 2025 08:45:49 -0500 Subject: [PATCH] Add Navigator.privateAttribution IDL Fixes #64 --- api.bs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/api.bs b/api.bs index 2805b4b..b9d3e71 100644 --- a/api.bs +++ b/api.bs @@ -396,6 +396,14 @@ the {{PrivateAttributionConversionOptions/aggregator}} member of the {{PrivateAttributionConversionOptions}} dictionary when calling the measureConversion() method. +## Navigator Interface ## {#navigator-interface} + + +partial interface Navigator { + [SecureContext, SameObject] readonly attribute PrivateAttribution privateAttribution; +}; + + ## Finding a Supported Aggregation Service ## {#find-aggregation-service} The aggregationServices attribute