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 c447d75 commit 5db0fd0Copy full SHA for 5db0fd0
dotnet/src/webdriver/BiDi/Module.cs
@@ -27,7 +27,7 @@ public abstract class Module
27
{
28
protected Broker Broker { get; private set; }
29
30
- internal BiDiJsonSerializerContext JsonContext { get; set; }
+ internal BiDiJsonSerializerContext JsonContext { get; private set; }
31
32
protected virtual void Initialize(JsonSerializerOptions options) { }
33
0 commit comments