标签: canvas safari blob
我使用以下插件将canvas转换为blob。
canvas
blob
https://github.com/blueimp/JavaScript-Canvas-to-Blob
自从new Blob()抛出message: "'[object BlobConstructor]' is not a function (evaluating 'Blob()')"
new Blob()
message: "'[object BlobConstructor]' is not a function (evaluating 'Blob()')"
还有其他方法可以在Safari中将canvas转换为blob