Chrome 122-136 FedCM features #27312
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Chrome has added several FedCM features that we are missing from BCD and/or MDN. This PR adds BCD for the features we were missing compat data for.
The features are:
get()call, as specified inside theprovidersarray, added in Chrome 136: https://chromestatus.com/feature/5067784766095360. I've added a data point for this.IdentityCredential.configURL(if you look at the associated spec changes), but this is already in BCD.IdentityCredential.disconnect(), added in Chrome 122: https://chromestatus.com/feature/5202286040580096. This was already in BCD as well.identity.modeinget()calls, added in Chrome 132: https://chromestatus.com/feature/4689551782313984. I've added a data point for thisidentity.fieldsandidentity.paramsinget()calls, added in Chrome 132. I'm not sure what ChromeStatus entry covers these, but developer.chrome.com says they were added in Chrome 132. I've added data points for these.Test results and supporting details
Related issues