Skip to content

Commit 0147eb0

Browse files
add data for iframe credentialless (#18455)
1 parent bc9cc67 commit 0147eb0

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed

api/Window.json

+32
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,38 @@
907907
}
908908
}
909909
},
910+
"credentialless": {
911+
"__compat": {
912+
"support": {
913+
"chrome": {
914+
"version_added": "110"
915+
},
916+
"chrome_android": "mirror",
917+
"edge": "mirror",
918+
"firefox": {
919+
"version_added": false
920+
},
921+
"firefox_android": "mirror",
922+
"ie": {
923+
"version_added": false
924+
},
925+
"oculus": "mirror",
926+
"opera": "mirror",
927+
"opera_android": "mirror",
928+
"safari": {
929+
"version_added": false
930+
},
931+
"safari_ios": "mirror",
932+
"samsunginternet_android": "mirror",
933+
"webview_android": "mirror"
934+
},
935+
"status": {
936+
"experimental": true,
937+
"standard_track": false,
938+
"deprecated": false
939+
}
940+
}
941+
},
910942
"customElements": {
911943
"__compat": {
912944
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Window/customElements",

html/elements/iframe.json

+32
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,38 @@
237237
}
238238
}
239239
},
240+
"credentialless": {
241+
"__compat": {
242+
"support": {
243+
"chrome": {
244+
"version_added": "110"
245+
},
246+
"chrome_android": "mirror",
247+
"edge": "mirror",
248+
"firefox": {
249+
"version_added": false
250+
},
251+
"firefox_android": "mirror",
252+
"ie": {
253+
"version_added": false
254+
},
255+
"oculus": "mirror",
256+
"opera": "mirror",
257+
"opera_android": "mirror",
258+
"safari": {
259+
"version_added": false
260+
},
261+
"safari_ios": "mirror",
262+
"samsunginternet_android": "mirror",
263+
"webview_android": "mirror"
264+
},
265+
"status": {
266+
"experimental": true,
267+
"standard_track": false,
268+
"deprecated": false
269+
}
270+
}
271+
},
240272
"external_protocol_urls_blocked": {
241273
"__compat": {
242274
"description": "External protocol URLs blocked",

0 commit comments

Comments
 (0)