Commit eaa5b54
committed
feat: add FedCm to InitiatorType and add DefaultEnumValue fallback
Add FedCm enum member with [EnumMember(Value = "FedCM")] to prevent
JSON deserialization failures when Chrome sends this initiator type.
Also add [DefaultEnumValue((int)Other)] so any future unknown CDP
initiator types gracefully fall back to Other instead of throwing.
Closes #34241 parent a375395 commit eaa5b54
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
43 | 50 | | |
0 commit comments