I have a strange responde from an external API
ok:true
status:200
statusText:"OK"
type:2
_body:"�PNG↵↵IHDR�X:�(��IDATx��6��g��L&��s�I4�ƅ�G\QTQ#���Ib�Ep�w# (�
The body responde is an PNG. when the API URL is open on a tab the image is well displayed.
The question is: How can I make this image to a File, Blob or something in Typescript to download it. Or how using that response make the image download in typescript.