blueimp/JavaScript-Canvas-to-Blob

IE 10 and 11 offer vendor prefixed msToBlob

AndyOGo opened this issue ยท 2 comments

Hi,

I'm just curious if IE 10 and 11 vender prefixed version msToBlob has any downside?
If I understand it correctly msToBlob seems to only support image/png and no quality param at all ๐Ÿค”

Thanks for the suggestion @AndyOGo.
In addition to the limitations you mentioned, msToBlob is also not an async operation.
But it still makes sense to use it if applicable, so I've released a new version.

@blueimp
Ohh wau.
Thanks for your quick answer!
Interesting I didn't know about it being sync only ๐Ÿ‘