Skip to content

Commit 378951e

Browse files
8ma10ssaschanaz
andauthored
Make mediation: "conditional" available (#1497)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent 9fcf7a2 commit 378951e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18587,7 +18587,7 @@ type ColorGamut = "p3" | "rec2020" | "srgb";
1858718587
type ColorSpaceConversion = "default" | "none";
1858818588
type CompositeOperation = "accumulate" | "add" | "replace";
1858918589
type CompositeOperationOrAuto = "accumulate" | "add" | "auto" | "replace";
18590-
type CredentialMediationRequirement = "optional" | "required" | "silent";
18590+
type CredentialMediationRequirement = "conditional" | "optional" | "required" | "silent";
1859118591
type DOMParserSupportedType = "application/xhtml+xml" | "application/xml" | "image/svg+xml" | "text/html" | "text/xml";
1859218592
type DirectionSetting = "" | "lr" | "rl";
1859318593
type DisplayCaptureSurfaceType = "browser" | "monitor" | "window";

inputfiles/removedTypes.jsonc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
"ConnectionType": {
1717
"value": ["wimax"]
1818
},
19-
"CredentialMediationRequirement": {
20-
"value": ["conditional"] // tied to Credential#isConditionalMediationAvailable
21-
},
2219
"GamepadHapticActuatorType": {
2320
"value": ["dual-rumble"] // Blink only as of 2022-12
2421
},

0 commit comments

Comments
 (0)