()
| 226 | if (uas) uas.xhrHandle = null; |
| 227 | } |
| 228 | function rejectCodeForAbort() { |
| 229 | return uas && uas.abortScope === 'file' ? 'ABORT_FILE' : 'ABORT'; |
| 230 | } |
| 231 | if (uas) { |
| 232 | /** 新请求开始时清理上一文件「取消」遗留状态,否则 onload 会误判为已取消且快捷面板多图队列无法继续 */ |
| 233 | uas.userAborted = false; |