WICG/turtledove

[Spec] `perSlotSizeQueryParam` isn't initialized

Opened this issue · 2 comments

In the spec, perSlotSizeQueryParam never gets initialized.

Also, this line looks suspect: https://wicg.github.io/turtledove/#:~:text=Let%20perSlotSizeQueryParam%20be%20perBuyerGenerator%5BsignalsUrl

It's assigning a dictionary to another dictionary with different types. (That wouldn't compile if this were C++)

Here's a permalink to the suspect line in source:

1. Let |perSlotSizeQueryParam| be |perBuyerGenerator|[|signalsUrl|].