未验证 提交 f301c4f0 编写于 作者: J Joe Haddad 提交者: GitHub

Adjust onFinishCallback polyfill (#6984)

上级 a5ad06f9
......@@ -435,7 +435,7 @@ FetchTransport.prototype.open = function (xhr, onStartCallback, onProgressCallba
}).then(function(result) {
onFinishCallback()
return result
})['catch'](function(error) {
}, function(error) {
onFinishCallback()
return Promise.reject(error)
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册