Skip to content

Commit b011d77

Browse files
Chrome 128 support for Webauthn hints (#27147)
1 parent c9fdb2d commit b011d77

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

api/CredentialsContainer.json

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,43 @@
646646
}
647647
}
648648
},
649+
"hints": {
650+
"__compat": {
651+
"description": "`hints` option",
652+
"spec_url": "https://w3c.github.io/webauthn/#enum-hints",
653+
"tags": [
654+
"web-features:webauthn"
655+
],
656+
"support": {
657+
"chrome": {
658+
"version_added": "128"
659+
},
660+
"chrome_android": "mirror",
661+
"edge": "mirror",
662+
"firefox": {
663+
"version_added": false
664+
},
665+
"firefox_android": "mirror",
666+
"oculus": "mirror",
667+
"opera": "mirror",
668+
"opera_android": "mirror",
669+
"safari": {
670+
"version_added": false
671+
},
672+
"safari_ios": "mirror",
673+
"samsunginternet_android": "mirror",
674+
"webview_android": {
675+
"version_added": false
676+
},
677+
"webview_ios": "mirror"
678+
},
679+
"status": {
680+
"experimental": true,
681+
"standard_track": true,
682+
"deprecated": false
683+
}
684+
}
685+
},
649686
"requireResidentKey": {
650687
"__compat": {
651688
"spec_url": "https://w3c.github.io/webauthn/#dom-authenticatorselectioncriteria-requireresidentkey",
@@ -1153,6 +1190,43 @@
11531190
}
11541191
}
11551192
}
1193+
},
1194+
"hints": {
1195+
"__compat": {
1196+
"description": "`hints` option",
1197+
"spec_url": "https://w3c.github.io/webauthn/#enum-hints",
1198+
"tags": [
1199+
"web-features:webauthn"
1200+
],
1201+
"support": {
1202+
"chrome": {
1203+
"version_added": "128"
1204+
},
1205+
"chrome_android": "mirror",
1206+
"edge": "mirror",
1207+
"firefox": {
1208+
"version_added": false
1209+
},
1210+
"firefox_android": "mirror",
1211+
"oculus": "mirror",
1212+
"opera": "mirror",
1213+
"opera_android": "mirror",
1214+
"safari": {
1215+
"version_added": false
1216+
},
1217+
"safari_ios": "mirror",
1218+
"samsunginternet_android": "mirror",
1219+
"webview_android": {
1220+
"version_added": false
1221+
},
1222+
"webview_ios": "mirror"
1223+
},
1224+
"status": {
1225+
"experimental": true,
1226+
"standard_track": true,
1227+
"deprecated": false
1228+
}
1229+
}
11561230
}
11571231
}
11581232
},

0 commit comments

Comments
 (0)