Skip to content

Commit

Permalink
Spec: Allow updating userBiddingSignals (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
HabibiYou authored Nov 21, 2023
1 parent 9c9973c commit ec354d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3631,6 +3631,15 @@ The <dfn for=Navigator method>updateAdInterestGroups()</dfn> method steps are:
set |ig|'s [=interest group/trusted bidding signals keys=] to |value|.
1. Otherwise, jump to the step labeled <i><a href=#abort-update>Abort update</a></i>.

<dt>"`userBiddingSignals`"
<dd>
1. Set |ig|'s [=interest group/user bidding signals=] to the result of [=serialize an Infra
value to JSON bytes=] given |value|.
1. Otherwise, jump to the step labeled <i><a href=#abort-update>Abort update</a></i>.

Issue: Serializing an Infra value to JSON bytes expects to be called within a valid ES realm. See
<a href="https://github.com/whatwg/infra/issues/625">infra/625</a>

<dt>"`ads`"
<dt>"`adComponents`"
<dd>
Expand Down

0 comments on commit ec354d7

Please sign in to comment.