nolanlawson/blob-util

blobToDataURL does not work in IE10

mchakraborty-pmap opened this issue · 1 comments

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.

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.