You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found the problem: the feature is marked as added in Edge 129 but that release is not included in the caniuse.agents.edge.version_list because that version – at the time of writing – has not been released (as stable) yet.
Trying to fall back to the versions declared in BCD instead – which does included Edge 129 – would be possible, but the problem is that it’s an object and the order of the releases is therefore not guaranteed when looping over them.
While I could try and fall back to extracting the release from BCD whose status is marked as "beta" (and the one after that "nightly") and manually push them onto .agents.edge.version_list I won’t because (1) caniuse.com itself doesn’t do that and (2) it’s a caniuse data problem.
Instead, the fix is to skip the coloring when the version_added value doesn’t appear in the version_list.
It’s green but should be all red – just like https://caniuse.com/#feat=mdn-css_types_calc-size
The text was updated successfully, but these errors were encountered: