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 8e50068 commit 283376eCopy full SHA for 283376e
dotnet/src/webdriver/BiDi/Communication/Broker.cs
@@ -57,11 +57,6 @@ internal Broker(BiDi bidi, Uri url)
57
{
58
_bidi = bidi;
59
_transport = new WebSocketTransport(url);
60
-
61
- //_jsonSerializerOptions = CreateOptions();
62
63
- //// Add base BiDi generated context resolver; keep options mutable for module contexts
64
- //_jsonSerializerOptions.TypeInfoResolverChain.Add(BiDiJsonSerializerContext.Default);
65
}
66
67
public JsonSerializerOptions CreateOptions()
0 commit comments