Commit 07bae27
authored
feat: add FedCm to InitiatorType with DefaultEnumValue fallback (#3426)
* 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 #3424
* Remove FedCm from InitiatorType enum
Removed FedCm enum value from InitiatorType.1 parent 5bc4e3f commit 07bae27
1 file changed
Lines changed: 1 addition & 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 | | |
| |||
0 commit comments