responseType = 'blob'; request.onload = () => { if (request.status != 200) { reject(new Error(`got error status ${request.status}`)); } ...
確定! 回上一頁