javascript - createObjectURL returns null -


i use following code create url's blob's:

var url = window.url || window.webkiturl;  url.createobjecturl(storedblob); 

i ensured url method exists, blob looks debugger:

enter image description here

the code works fine on firefox, chrome , ie on safrari createobjecturl returns null.

edit.:

what problem , how solve it?


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -