imgcache.js
imgcache.js copied to clipboard
return FileTransfer-object
Is there any way to reach the FileTransfer object when caching an image? We need to abort a file-transfer in some cases but didn't find a working solution.
Thx & Regards Alex
You could modify line 681 to pass the fileTransfer object along with the progress. Would that be enough for you?