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 4a67000 commit 142eeb4Copy full SHA for 142eeb4
src/AngleSharp.Scripting.JavaScript/SystemTypeConverter.cs
@@ -50,7 +50,7 @@ public static Object ToObject(JsValue arg)
50
51
static Object Clr(this JsValue arg)
52
{
53
- return arg;
+ return arg?.ToObject();
54
}
55
56
0 commit comments