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:
the code works fine on firefox, chrome , ie on safrari createobjecturl
returns null
.
edit.:
creating object url fresh constructed blob's in chris benselers fiddle works fine.
i restore blob websql database ( use indexeddbshim )
what problem , how solve it?
Comments
Post a Comment