nolanlawson/blob-util

Use vendor-prefixed canvas.msToBlob() in IE

nolanlawson opened this issue · 1 comments

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.