-
Notifications
You must be signed in to change notification settings - Fork 19
Description
I was looking at https://web-platform-dx.github.io/web-features-explorer/features/function/ and wanted to know if @function was a big theme in https://2025.stateofcss.com/en-US/usage/#favorite_new_features or not.
Clicking through the answer can be found, it's not in the top 10 features and it's only 0.3% of responses, so it's not a strong signal.
@captainbrosset isn't sure if the Devographics API exposes the information or not, currently https://github.com/web-platform-dx/web-features-mappings/blob/main/scripts/update-state-of-surveys-mapping.js doesn't use the GraphQL API but instead clones the Devographics monorepo and gets the mapping from there.
@SachaG does the API have the information, and how could it be queried for a specific feature like @function (web-features ID "function")?