Need to query downloading of file array
I have an array with URL's of files to dowload:
when i try to download files with Axios and code:
All files start downloading at one time. But how can i download files in query mode? one-by-one
View on Stack Overflow
