Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add caveat for IE use of createObjectUrl
For instance: mozilla/pdf.js#3977 When reading a image out of a pdf, the resulting Blob does not have its readonly `type` property set. As a result, IE11 will only sometimes display the image. I'm as yet unclear why it does not behave predictably; I have had the same file fail or succeed on different runs.
- Loading branch information