imgcache.js icon indicating copy to clipboard operation
imgcache.js copied to clipboard

return FileTransfer-object

Open code-constructor opened this issue 9 years ago • 1 comments

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

code-constructor avatar Apr 19 '16 15:04 code-constructor

You could modify line 681 to pass the fileTransfer object along with the progress. Would that be enough for you?

chrisben avatar May 14 '16 14:05 chrisben