Skip to content

Commit

Permalink
address more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Qingxin Wu committed Nov 22, 2024
1 parent f778f1a commit 84abc36
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3717,7 +3717,6 @@ an [=origin=] |origin| and [=worklet function=] |workletFunction|:
</div>

A <dfn>reporting context map</dfn> is a [=map=] from [=auction config=] to [=reporting context=].
Here the keys are configurations for auctions that actually produce bids.

<div algorithm>
To <dfn>create a reporting context map</dfn> given the [=auction config=] |auctionConfig| and
Expand Down Expand Up @@ -3845,8 +3844,8 @@ methods for event-level <dfn>forDebuggingOnly reports</dfn> for winning and losi

Note: An entry for |invokingOrigin| is still needed when |debugURLs| is empty. It could
happen when forDebuggingOnly API is called but the bidding and auction server
filtered the debug report URL out with downsampling algorithm. In this case the client
still needs to know that forDebuggingOnly API was called and update its cooldown
filtered the debug report URL out with the downsampling algorithm. In this case the
client still needs to know that forDebuggingOnly API was called and update its cooldown
information. This is different from forDebuggingOnly API not being called by one origin,
in which case the list won't have an entry for that origin.
1. [=list/For each=] |url| of |debugURLs|:
Expand Down

0 comments on commit 84abc36

Please sign in to comment.