react-native-blob-util icon indicating copy to clipboard operation
react-native-blob-util copied to clipboard

function decloration for progress() has received and total as strings

Open andresmejia3 opened this issue 2 years ago • 0 comments

    progress(callback: (received: string, total: string) => void): StatefulPromise<FetchBlobResponse>;

Can this be changed to numbers so calculations like Math.floor((received/total) * 100 don't give errors

andresmejia3 avatar Sep 22 '23 13:09 andresmejia3