1
誰能告訴我,爲什麼IE11在最後一行拋出錯誤 -IE 11未能創建從字節數組文件對象角2
this.document = this.control.value;
const bytes =
this.documentService.base64toBytes(this.document.documentBlob.documentData,
this.document.documentDataFormat);
const file = new File(bytes, this.document.documentName, { type:
this.document.documentDataFormat });
這在Chrome和Firefox.IE工作拋出對象錯誤 -
Object doesn't support this action.
IE11似乎並不支持每http://caniuse.com/#search=file – silentsod
哎呀文件構造!什麼建議然後作爲解決方法? – Mayeed