Breaking changes in v2.x
Pre-release
Pre-release
Breaking changes in v2.x
- Removed attributes from
writeFile
andappendFile
for iOS / Android consistency downloadFile
takesoptions
object rather than parametersstopDownload
will cause the rejection of promise returned bydownloadFile
uploadFiles
promise resultresponse
property is nowbody
- A boolean is no longer returned from any method except
exists
downloadFile
anduploadFiles
return an object of the form{ jobId: number, promise: Promise }