Skip to content

Commit

Permalink
Link to adAuctionHeaders.
Browse files Browse the repository at this point in the history
  • Loading branch information
Qingxin Wu committed Oct 16, 2023
1 parent d68ea6e commit 65ce452
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -936,10 +936,11 @@ To <dfn>validate and convert auction ad config</dfn> given an {{AuctionAdConfig}

Note: The JavaScript code calling {{Navigator/runAdAuction()}} is responsible for resolving
|config|["{{AuctionAdConfig/directFromSellerSignalsHeaderAdSlot}}"] only when the {{Promise}}
returned from an associated {{WindowOrWorkerGlobalScope/fetch()}} that was made with the
`{adAuctionHeaders: true}` option resolves or rejects. Otherwise, there will be a race
condition that the worklet can run without the direct from seller signals that it needs.
See [handling direct from seller signals](#handling-direct-from-seller-signals) for details.
returned from an associated {{WindowOrWorkerGlobalScope/fetch()}} that was made with the
{{RequestInit/adAuctionHeaders}} option set to `true` resolves or rejects. Otherwise, there
will be a race condition that the worklet can run without the direct from seller signals that
it needs. See [handling direct from seller signals](#handling-direct-from-seller-signals) for
details.

* To parse the value |result|:
1. Set |auctionConfig|'s [=auction config/direct from seller signals header ad slot=] to
Expand Down

0 comments on commit 65ce452

Please sign in to comment.