Closed j-d-carmichael closed 2 years ago
Would be great if the response from the promise was an object with the downloaded to filepath
https://github.com/ibrod83/nodejs-file-downloader/blob/master/Downloader.td.ts#L30
i'll look into it
I support
it will great if it return the downloaded file object once download finish
was added in version 4.10.0. const {filePath} = await downloader.download()
const {filePath} = await downloader.download()
Would be great if the response from the promise was an object with the downloaded to filepath
https://github.com/ibrod83/nodejs-file-downloader/blob/master/Downloader.td.ts#L30