File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -18587,7 +18587,7 @@ type ColorGamut = "p3" | "rec2020" | "srgb";
18587
18587
type ColorSpaceConversion = "default" | "none";
18588
18588
type CompositeOperation = "accumulate" | "add" | "replace";
18589
18589
type CompositeOperationOrAuto = "accumulate" | "add" | "auto" | "replace";
18590
- type CredentialMediationRequirement = "optional" | "required" | "silent";
18590
+ type CredentialMediationRequirement = "conditional" | " optional" | "required" | "silent";
18591
18591
type DOMParserSupportedType = "application/xhtml+xml" | "application/xml" | "image/svg+xml" | "text/html" | "text/xml";
18592
18592
type DirectionSetting = "" | "lr" | "rl";
18593
18593
type DisplayCaptureSurfaceType = "browser" | "monitor" | "window";
Original file line number Diff line number Diff line change 16
16
"ConnectionType" : {
17
17
"value" : [" wimax" ]
18
18
},
19
- "CredentialMediationRequirement" : {
20
- "value" : [" conditional" ] // tied to Credential#isConditionalMediationAvailable
21
- },
22
19
"GamepadHapticActuatorType" : {
23
20
"value" : [" dual-rumble" ] // Blink only as of 2022-12
24
21
},
You can’t perform that action at this time.
0 commit comments