url format. at browser using response.blob() then creating the blob url using createObjectURL for setting to the window.location.href. but no image is getting displayed in the newly opened tab. what could be the reason?
I'm not sure that's how blob works
64-bit data url format? You mean base64?
yes base64 data url.
If I remember right, the blob location changes on window refreshes. So the blob points to nothing. I had to use base64 to avoid it
Обсуждают сегодня