Does Safari for Windows (version 5.1) support Blob?
The following code example returns an error in the console:
var array=[1,2]; var aBlob = new Blob( array);
Error:
"'[BlobConstructor object]' is not a constructor (evaluating 'new Blob (array)')"
How to fix it, if the safari does not support blob, then how to replace this
source share