Release 5.7.1 (#1312)
This commit is contained in:
@@ -196,7 +196,7 @@
|
||||
}
|
||||
function ht(t) {
|
||||
if ("function" != typeof t) throw new TypeError("Promise resolver " + t + " is not a function");
|
||||
if (this instanceof Promise == !1) throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.");
|
||||
if (this instanceof ht == !1) throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.");
|
||||
this._then = [], function(t, n) {
|
||||
function e(t) {
|
||||
lt(n, t);
|
||||
@@ -492,7 +492,7 @@
|
||||
var jt = function() {}, Pt = V.measurePerformance && f && f.mark && f.measure ? f : {
|
||||
mark: jt,
|
||||
measure: jt
|
||||
}, Lt = 'FA "5.7.0"', Tt = function(t) {
|
||||
}, Lt = 'FA "5.7.1"', Tt = function(t) {
|
||||
Pt.mark("".concat(Lt, " ").concat(t, " ends")), Pt.measure("".concat(Lt, " ").concat(t), "".concat(Lt, " ").concat(t, " begins"), "".concat(Lt, " ").concat(t, " ends"));
|
||||
}, _t = {
|
||||
begin: function(t) {
|
||||
@@ -873,9 +873,11 @@
|
||||
return new gt(function(n, t) {
|
||||
gt.all(l).then(function(t) {
|
||||
Zt(t, function() {
|
||||
a("active"), a("complete"), r("pending"), "function" == typeof e && e(), n();
|
||||
a("active"), a("complete"), r("pending"), "function" == typeof e && e(), c(), n();
|
||||
});
|
||||
}).catch(t).finally(c);
|
||||
}).catch(function() {
|
||||
c(), t();
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user