{ // if (!response.ok) { // throw new Error(`HTTP error! status: `); // } // return response.blob(); // }) // .then(blob ={ // const url = window.URL.createObjectURL(blob); // const a = document.create...