Closed Oceanswave closed 6 years ago
There's some confusion between JsObject and things like JsString, which are objects, when supplied to certain Object.xxx methods cause an exception.
A workaround is to manually test that the jsObj.Value == JavaScriptValueType.Object
There's some confusion between JsObject and things like JsString, which are objects, when supplied to certain Object.xxx methods cause an exception.
A workaround is to manually test that the jsObj.Value == JavaScriptValueType.Object