You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi , thanks for the awesome library .
I am using this library last 2 month ...its really awesome thanks for maintaining this .
.
.
.
I have an issue in cancel download process . I an cancelling download process by jobId created on download begin callback first time . by the following code .
Also, for some reason the error is thrown at the RNFS.downloadFile level:
RNFS.downloadFile.promise.then((res)=>{// all good}).catch((err)=>{if(err.code==='EUNSPECIFIED'&&jobId===-1)return;// process was cancelled// else handle error})
Hi , thanks for the awesome library .
I am using this library last 2 month ...its really awesome thanks for maintaining this .
.
.
.
I have an issue in cancel download process . I an cancelling download process by jobId created on download begin callback first time . by the following code .
RNFS.stopDownload(jobId).then((res)=>
{
console.log("Download Cancelled : "+JSON.stringify(res))
})
.catch((res)=>
{
console.log("Error : "+res)
})
But some error display in this method . Please suggest me ...is am i doing something wrong in logic ?? Please help
Here is the screenshot
The text was updated successfully, but these errors were encountered: