Creates a JavaScript object.
[C#] JSValue CreateObject()
JSValue CreateObject()
may throw Exception()
The method creates a JavaScript object. It is much better than calling ConvertToJS with an empty array of KeyValuePair<string, object>.
None.