html5 canvas.toblob
Moderator votes: +3
Issue added by Isius on 2012-10-31
To vote this issue up or down, simply include +1 or -1 in your comment.
Presumably this is covered by http://caniuse.com/#feat=canvas
Maybe, will need to investigate. Will leave it open for now.
+1
canvas.toBlob not supported by Chrome 45 for example.
Thx for the job btw !
+1
Browsers basic support of canvas doesn't count toBlob(), check https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/toBlob
+1
canvas.toBlob is not supported by Safari either
Patch landed in Webkit in March of this year. I have no idea what Safari version supports this though...
Chrome supports this since version 50
Edge only has msToBlob apparently (can't test right now) which behaves differently :(
+1
Now available at https://caniuse.com/#feat=mdn-api_htmlcanvaselement_toblob
@Fyrd Thanks!
Most helpful comment
+1
canvas.toBlob is not supported by Safari either