>Firefox, conversely, doesn't have the canvas.toBlob() method, so if you want to convert a canvas to a Blob, you need to use canvas.toDataURL() and convert the dataURL to a Blob instead. blob-util does this under the hood.
I don't know where they are getting this. Firefox proposed[1] the toBlob() method, and implemented[2] it in Fx19.
2 comments
[ 3.6 ms ] story [ 29.8 ms ] threadI don't know where they are getting this. Firefox proposed[1] the toBlob() method, and implemented[2] it in Fx19.
[1] https://lists.w3.org/Archives/Public/public-whatwg-archive/2...
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=648610