[Webkit-unassigned] [Bug 82931] DOMContentLoaded and load events should fire asynchronously
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 12 14:37:44 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=82931
Ahmad Saleem <zlip.792 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zlip.792 at gmail.com
--- Comment #12 from Ahmad Saleem <zlip.792 at gmail.com> ---
Latest requests across browsers:
*** Safari 15.6 on macOS 12.5 ***
[object HTMLBodyElement]
DOMContentLoaded
load
focus
postMessage
*** Safari Technical Preview 151 ****
[object HTMLBodyElement]
DOMContentLoaded
load
focus
postMessage
*** Chrome Canary 106 ***
[object HTMLBodyElement]
focus
postMessage
DOMContentLoaded
load
*** Firefox Nightly 105 ***
[object HTMLBodyElement]
focus
DOMContentLoaded
load
postMessage
________
I am not sure on web-spec but just wanted to posted updated results. I used "slightly better.." test case. Thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220812/ce08a547/attachment.htm>
More information about the webkit-unassigned
mailing list