Fix Timer function calls in index.dart.js
This commit is contained in:
parent
e60db1ba74
commit
7c9e5587ba
@ -707,7 +707,7 @@
|
|||||||
r = (self.URL || self.webkitURL).createObjectURL(W.iK([$.i8.d], "text/css"))
|
r = (self.URL || self.webkitURL).createObjectURL(W.iK([$.i8.d], "text/css"))
|
||||||
q = (self.URL || self.webkitURL).createObjectURL(W.iK([J.iH($.ib.d, "md5.css", r)], "text/html"))
|
q = (self.URL || self.webkitURL).createObjectURL(W.iK([J.iH($.ib.d, "md5.css", r)], "text/html"))
|
||||||
$.iy().src = q
|
$.iy().src = q
|
||||||
if ($.hs != null) P.jh(P.iS(1), G.ns())
|
if ($.hs != null) P.Timer_Timer(P.iS(1), G.ns())
|
||||||
p = document.querySelector(".loaderbg").style
|
p = document.querySelector(".loaderbg").style
|
||||||
p.toString
|
p.toString
|
||||||
C.d.T(p, C.d.N(p, "opacity"), "0", "")
|
C.d.T(p, C.d.N(p, "opacity"), "0", "")
|
||||||
@ -3876,9 +3876,9 @@
|
|||||||
self.setImmediate(H.aU(new P.fp(a), 0))
|
self.setImmediate(H.aU(new P.fp(a), 0))
|
||||||
},
|
},
|
||||||
lU(a) {
|
lU(a) {
|
||||||
P.Timer_create_time(C.Duration_0, a)
|
P.Timer_create_Timer(C.Duration_0, a)
|
||||||
},
|
},
|
||||||
Timer_create_time(duration, callback) {
|
Timer_create_Timer(duration, callback) {
|
||||||
var mill_sec = C.a.A(duration.a, 1000)
|
var mill_sec = C.a.A(duration.a, 1000)
|
||||||
return P.Timer_impl(mill_sec < 0 ? 0 : mill_sec, callback)
|
return P.Timer_impl(mill_sec < 0 ? 0 : mill_sec, callback)
|
||||||
},
|
},
|
||||||
@ -3970,7 +3970,7 @@
|
|||||||
if (b == null) {
|
if (b == null) {
|
||||||
if (o && (q & 1) === 0) {
|
if (o && (q & 1) === 0) {
|
||||||
e = e.c
|
e = e.c
|
||||||
P.hc(e.a, e.b)
|
P.root_handle_uncaught_error(e.a, e.b)
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
@ -3997,7 +3997,7 @@
|
|||||||
q = !(q || q)
|
q = !(q || q)
|
||||||
} else q = !1
|
} else q = !1
|
||||||
if (q) {
|
if (q) {
|
||||||
P.hc(l.a, l.b)
|
P.root_handle_uncaught_error(l.a, l.b)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
i = $.q
|
i = $.q
|
||||||
@ -4112,15 +4112,15 @@
|
|||||||
H.hi(a, "stream", t.K)
|
H.hi(a, "stream", t.K)
|
||||||
return new P.dX()
|
return new P.dX()
|
||||||
},
|
},
|
||||||
jh(a, b) {
|
Timer_Timer(duration, callback) {
|
||||||
var s = $.q
|
var t1 = $.q
|
||||||
if (s === C.e) return P.Timer_create_time(a, b)
|
if (t1 === C.e) return P.Timer_create_Timer(duration, callback)
|
||||||
return P.Timer_create_time(a, s.aL(b))
|
return P.Timer_create_Timer(duration, t1.aL(callback))
|
||||||
},
|
},
|
||||||
hc(a, b) {
|
root_handle_uncaught_error(a, b) {
|
||||||
P.mV(new P.hd(a, b))
|
P.mV(new P.hd(a, b))
|
||||||
},
|
},
|
||||||
jF(a, b, c, d) {
|
root_run(a, b, c, d) {
|
||||||
var s, r = $.q
|
var s, r = $.q
|
||||||
if (r === c) return d.$0()
|
if (r === c) return d.$0()
|
||||||
$.q = c
|
$.q = c
|
||||||
@ -4132,7 +4132,7 @@
|
|||||||
$.q = s
|
$.q = s
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
jG(a, b, c, d, e) {
|
root_run_unary(a, b, c, d, e) {
|
||||||
var s, r = $.q
|
var s, r = $.q
|
||||||
if (r === c) return d.$1(e)
|
if (r === c) return d.$1(e)
|
||||||
$.q = c
|
$.q = c
|
||||||
@ -7405,11 +7405,11 @@
|
|||||||
a.$0()
|
a.$0()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
P.jF(null, null, this, a)
|
P.root_run(null, null, this, a)
|
||||||
} catch (q) {
|
} catch (q) {
|
||||||
s = H.unwrap_Exception(q)
|
s = H.unwrap_Exception(q)
|
||||||
r = H.get_trace_from_exception(q)
|
r = H.get_trace_from_exception(q)
|
||||||
P.hc(s, r)
|
P.root_handle_uncaught_error(s, r)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
dz(a, b) {
|
dz(a, b) {
|
||||||
@ -7419,11 +7419,11 @@
|
|||||||
a.$1(b)
|
a.$1(b)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
P.jG(null, null, this, a, b)
|
P.root_run_unary(null, null, this, a, b)
|
||||||
} catch (q) {
|
} catch (q) {
|
||||||
s = H.unwrap_Exception(q)
|
s = H.unwrap_Exception(q)
|
||||||
r = H.get_trace_from_exception(q)
|
r = H.get_trace_from_exception(q)
|
||||||
P.hc(s, r)
|
P.root_handle_uncaught_error(s, r)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
dA(a, b) {
|
dA(a, b) {
|
||||||
@ -7437,14 +7437,14 @@
|
|||||||
},
|
},
|
||||||
ds(a) {
|
ds(a) {
|
||||||
if ($.q === C.e) return a.$0()
|
if ($.q === C.e) return a.$0()
|
||||||
return P.jF(null, null, this, a)
|
return P.root_run(null, null, this, a)
|
||||||
},
|
},
|
||||||
bI(a) {
|
bI(a) {
|
||||||
return this.ds(a, t.z)
|
return this.ds(a, t.z)
|
||||||
},
|
},
|
||||||
dw(a, b) {
|
dw(a, b) {
|
||||||
if ($.q === C.e) return a.$1(b)
|
if ($.q === C.e) return a.$1(b)
|
||||||
return P.jG(null, null, this, a, b)
|
return P.root_run_unary(null, null, this, a, b)
|
||||||
},
|
},
|
||||||
aV(a, b) {
|
aV(a, b) {
|
||||||
return this.dw(a, b, t.z, t.z)
|
return this.dw(a, b, t.z, t.z)
|
||||||
@ -10021,7 +10021,7 @@
|
|||||||
o = t.W.a(q.i(0, p))
|
o = t.W.a(q.i(0, p))
|
||||||
r.b = o
|
r.b = o
|
||||||
s = o.i(0, "responseText")
|
s = o.i(0, "responseText")
|
||||||
if (J.a3(r.b.i(0, "readyState"), 4) && typeof s == "string" && s !== "") P.jh(P.iS(0), new G.eF(r, s))
|
if (J.a3(r.b.i(0, "readyState"), 4) && typeof s == "string" && s !== "") P.Timer_Timer(P.iS(0), new G.eF(r, s))
|
||||||
else r.b.aj("addEventListener", ["load", r.gdc(r)])
|
else r.b.aj("addEventListener", ["load", r.gdc(r)])
|
||||||
q.m(0, p, null)
|
q.m(0, p, null)
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user