nolanlawson / blob-util

Cross-browser utils for working with binary Blobs
https://nolanlawson.github.io/blob-util
Apache License 2.0
503 stars 45 forks source link

blobToDataURL does not work in IE10 #41

Closed mchakraborty-pmap closed 6 years ago

mchakraborty-pmap commented 7 years ago

The function blobToDataURL returns null for the dataURL in IE 10.

As IE10 does not support the use of createObjectURL(), I wanted to use your library. I need an URL that can be added to the src attribute of an img.

nolanlawson commented 6 years ago

The tests are passing in Sauce Labs on IE 10, and there is a test for blobToDataURL.

Closing old issues, please reopen especially if there's a reproducible test case, thanks.