WICG / turtledove

TURTLEDOVE
https://wicg.github.io/turtledove/
Other
538 stars 237 forks source link

Spec: Fix error and not requested cases around trusted bidding signals #1180

Closed morlovich closed 5 months ago

morlovich commented 6 months ago

Trusted bidding signals URL does not have to be specified, and the fetches can fail. In those cases, the Chrome implementation will pass in null for the argument, while the current spec didn't really handle them. Null is also passed in when the requested keys are empty, rather than an empty dict.


Preview | Diff