I have an iframe where I would like to display a pdf. I got it to work with chrome and FF but not with IE. Here is how I do it:
<iframe src="+ URL.createObjectURL(pdfBlob) +"></iframe>
What's wrong with IE and how can I fix that? I don't get any error (I'm using IE 11)...