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

Link features to origin trials #34

Open
captainbrosset opened this issue Nov 22, 2024 · 2 comments
Open

Link features to origin trials #34

captainbrosset opened this issue Nov 22, 2024 · 2 comments

Comments

@captainbrosset
Copy link
Contributor

I think there's a way to know if an origin trial is ongoing for a feature in Chrome, likely based on chromestatus.com's API.
If so, it would be really nice to highlight features that are currently under OTs in the explorer.

@captainbrosset
Copy link
Contributor Author

captainbrosset commented Dec 5, 2024

Chrome's OTs should be listed here: https://chromestatus.com/api/v0/origintrials (currently broken, but should be back soon)

@captainbrosset
Copy link
Contributor Author

(some of) Chrome's OTs are now visible on the explorer, thanks to the above API, and a script that compares the spec URLs found in OTs with the spec URLs we have on our features.
Not ideal, but seems to work. See https://web-platform-dx.github.io/web-features-explorer/features/wasm-string-builtins/ as an example.

Other browsers don't have an API we can use. OTs are listed here:

One option would be to set a reminder to go and check these pages and update the origin-trials.json file accordingly.

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

No branches or pull requests

1 participant