Jian
Jian
While trying 5.5.4 on IE11 we got several errors, caused by function parameter with default values. (i.e. setGridWidth or resizeGrid) Has the support for IE11 been dropped? Or we are...
If I pass an XmlDocument or XmlNode from C#, how can I get the results back? Here is the code: ``` var ctx = new IronJS.Hosting.CSharp.Context(); string js = @"...
What's the optimal way to force all fields to do the initial validation after rending? I was using didReceiveAttrs but if some fields are show/hide depending on the some other...