Brower: Chrome Version 81.0.4044.138 (Official Build) (64-bit)
SmartClient version: v12.0p_2019-06-12/LGPL Deployment (built 2019-06-12)
I've implemented a multi-file download scheme using the RPCManager class, but I needed to set the responseType property of the underlying XMLHttpRequest object. I didn't see a public attribute in the SmartClient documentation to allow me to do this, but I noticed a xmlHttpRequestResponseType attribute for the RPCRequest class in the SmartClient source code. I was able to use this property successfully for my implementation. Is this attribute safe to use? Is there a public attribute I can use to set the responseType?
SmartClient version: v12.0p_2019-06-12/LGPL Deployment (built 2019-06-12)
I've implemented a multi-file download scheme using the RPCManager class, but I needed to set the responseType property of the underlying XMLHttpRequest object. I didn't see a public attribute in the SmartClient documentation to allow me to do this, but I noticed a xmlHttpRequestResponseType attribute for the RPCRequest class in the SmartClient source code. I was able to use this property successfully for my implementation. Is this attribute safe to use? Is there a public attribute I can use to set the responseType?
Comment