Unable to download a blob file with Firefox, but it works in Chrome? Unable to download a blob file with Firefox, but it works in Chrome? google-chrome google-chrome

Unable to download a blob file with Firefox, but it works in Chrome?


For firefox appending the file to document has to be done. Firefox doesn't do it automatically unlike Chrome

a.download = result.filename;document.body.appendChild(a);a.click();document.body.removeChild(a);