Hello!
I would like to write a javascript that downloads images(the urls will change) from web. So, considering i already have the urls, i put them in a array. I would like to know if is there any method that sends to browser a command to download from these urls. Something like:
window.download(‘url’);
I created this example to illustrate what i want to do.
Thank you!