标签: javascript firefox dom blob gecko
尝试将自定义属性(名称)添加到Blob对象上,但没有结果。好像Blob是只读的。是吗?
更新:
// file variable populated somewhere here... var blob = file.mozSlice(0, 256); blob.name = 'file_name'; // blob.name === undefined