Hello, I need to download several urls, I execute the code below inside a for, but only works for the last url.
var anchor = document.createElement('a');
anchor.href = 'http://e-gov.betha.com.br/e-nota/teste';
anchor.download = 'http://e-gov.b...
asked by
08.10.2018 / 17:01