Edward
Results
2
issues of
Edward
On iOS platform, when I call `downloadFile` method without setting the `begin` callback param, the `progress` callback not get called anyway. In **Downloader.m** file, `progressCallback` get called only when `statusCode`...
Below is my test code, as I run it in a react native project, the console log shows something like "baseURL: undefine requestURL:/xx/xxxx/xxxxx" request.baseURL has no value, but I have...
question