未验证 提交 86407492 编写于 作者: J Jake Champion 提交者: GitHub

Update fetch.js

上级 a8b70604
...@@ -491,7 +491,7 @@ export function fetch(input, init) { ...@@ -491,7 +491,7 @@ export function fetch(input, init) {
xhr.onabort = function() { xhr.onabort = function() {
setTimeout(function() { setTimeout(function() {
reject(new DOMException('Aborted', 'AbortError')) reject(new DOMException('Aborted', 'AbortError'))
}) }, 0)
} }
function fixUrl(url) { function fixUrl(url) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册