Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change examples to send request instead of auctionBlob #1358

Merged
merged 3 commits into from
Dec 5, 2024

Conversation

brusshamilton
Copy link
Contributor

The explainer currently specified auctionBlob as the payload for the POST fetch to the server. This doesn't make sense since auctionBlob is a promise that resolves to an AdAuctionData. Instead we use the request, which is the field in AdAuctionData that actually contains the encrypted blob.

@michaelkleber
Copy link
Collaborator

Thanks, but I think you also need to add the line of code to set request (after awaiting the const auctionBlob from Step 1).

@michaelkleber michaelkleber merged commit 64eaf58 into WICG:main Dec 5, 2024
2 checks passed
github-actions bot added a commit that referenced this pull request Dec 5, 2024
SHA: 64eaf58
Reason: push, by michaelkleber

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants