We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98dd92c commit 1face65Copy full SHA for 1face65
dotnet/src/webdriver/BiDi/Modules/Storage/GetCookiesCommand.cs
@@ -84,7 +84,7 @@ public class CookieFilter
84
[JsonDerivedType(typeof(StorageKeyPartitionDescriptor), "storageKey")]
85
public abstract record PartitionDescriptor;
86
87
-public record ContextPartitionDescriptor([property: JsonPropertyName("context")] BrowsingContext.BrowsingContext Descriptor) : PartitionDescriptor;
+public record ContextPartitionDescriptor(BrowsingContext.BrowsingContext Context) : PartitionDescriptor;
88
89
public record StorageKeyPartitionDescriptor : PartitionDescriptor
90
{
0 commit comments