2

I use the following code to create URL's for blob's:

var URL = window.URL || window.webkitURL;

URL.createObjectURL(storedBlob);

I ensured that URL method exists, as well as the blob which looks like this from the debugger:

enter image description here

The code works fine on Firefox, Chrome and IE but on Safrari createObjectURL always returns null.

Edit.:

What is the problem and how to solve it?

Ostkontentitan
  • 6,930
  • 5
  • 53
  • 71

0 Answers0