-
Notifications
You must be signed in to change notification settings - Fork 233
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
Creating a TypeScript types definition package #759
Comments
https://wicg.github.io/turtledove is Protected Audience's most up-to-date spec. |
+1 to Chrome contributing official TypeScript types for Privacy Sandbox APIs not included in the existing Microsoft @types/web package generated from browser specs. |
Hi @JensenPaul
Thanks for confirming.
Absolutely. Updated. |
|
@JensenPaul I understand that. But, for people that are going to write JavaScript code to participate on the auctions, these methods signatures will be useful. And, by leveraging TypeScript static types, they can ensure they are doing it in a type safe way, preventing runtime errors. Are there any official documents including these signatures? |
Most input types like What about adding some index.d.ts file to this repo ? For Here is what we are using at Criteo as a buyer so far (no guarantee of correctness)
|
Hi.
In our company, we are trying to implement a TypeScript types definition package to be used along implementations that use Protected Audience.
Should we follow https://wicg.github.io/turtledove?
Thanks!
The text was updated successfully, but these errors were encountered: