const download = (url) => { var xhr = new XMLHttpRequest(); xhr.responseType = \'blob\'; xhr.onload = function (event) { var