-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUGFIX beta] reimplement $.ready() #19142
[BUGFIX beta] reimplement $.ready() #19142
Conversation
Fixes #19134 |
faaa31a
to
a85242c
Compare
Thanks for looking into this. I talked to @rwjblue about this and he wanted to do some benchmarks to confirm this restoring the old behavior won't cause any regressions. I think he was planning to benchmark it against my workaround, but if this works then they can probably test this directly.
|
93fbb5d
to
00f0941
Compare
00f0941
to
18ad68e
Compare
711aa84
to
0da70fc
Compare
0da70fc
to
b1537bb
Compare
d1d7181
to
ee264b5
Compare
Since `jQuery.isReady = false;` is set before each test case.
ee264b5
to
186ec12
Compare
186ec12
to
88c59a4
Compare
@chancancode
|
TODOs
!this.$ === !hasDOM
packages/@ember/application/tests/readiness_test.js
improve coverage for advanceReadiness/deferReadiness casesNOTES
.ready()
implementation: