How to show download progress by using cordova-plugin-file-transfer?

https://github.com/apache/cordova-plugin-file-transfe

How to show downloading percentage or size ?

fileTransfer.onProgress((progress) => console.log(progress) );

2 Likes