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

Use vendor-prefixed canvas.msToBlob() in IE #10

Closed nolanlawson closed 8 years ago

nolanlawson commented 9 years ago

Per https://github.com/nolanlawson/state-of-binary-data-in-the-browser/pull/1

nolanlawson commented 8 years ago

Actually, I don't really care enough to add this change. IE10 can fall back to canvas.toDataURL(). There's no need to put in a small performance improvement for a legacy browser.