We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 169c889 + ff18be6 commit 7b19a6eCopy full SHA for 7b19a6e
1 file changed
api.bs
@@ -1330,8 +1330,11 @@ The <dfn method for=PrivateAttribution>measureConversion(|options|)</dfn> method
1330
|topLevelSite|, and |now|.
1331
1. Let |encryptedReport| be the result of encrypting |report|.
1332
<!-- TODO: Define "encrypting" -->
1333
+ 1. Let |result| be a {{PrivateAttributionConversionResult}} with the following items:
1334
+ : {{PrivateAttributionConversionResult/report}}
1335
+ :: |encryptedReport|
1336
1. [=Queue a task=] on the [=Private Attribution task source=] to
- [=resolve=] |promise| with |encryptedReport|.
1337
+ [=resolve=] |promise| with |result|.
1338
1. Return |promise|.
1339
1340
</div>
0 commit comments