createObjectURL返回null

时间:2014-08-18 11:33:33

标签: javascript url safari blob web-sql

我使用以下代码为blob创建URL:

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

URL.createObjectURL(storedBlob);

我确保存在URL方法,以及调试器中看起来像这样的blob:

enter image description here

代码在Firefox,Chrome和IE上运行良好,但在Safrari上createObjectURL始终返回null

编辑:

有什么问题以及如何解决?

0 个答案:

没有答案