[Webkit-unassigned] [Bug 55132] DOMContentLoaded event is fired too early if scripts are inserted dynamically
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 20 20:56:23 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=55132
Ahmad Saleem <ahmad.saleem792 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ahmad.saleem792 at gmail.com,
| |annevk at annevk.nl,
| |karlcow at apple.com
--- Comment #1 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
*** Chrome Canary 131 ***
DOMContentLoaded:
Dynamic script loaded: false
Static script loaded: true
load:
Dynamic script loaded: true
Static script loaded: true
*** Firefox Nightly 132 ***
DOMContentLoaded:
Dynamic script loaded: true
Static script loaded: true
load:
Dynamic script loaded: true
Static script loaded: true
*** Safari Technology Preview 203 ***
DOMContentLoaded:
Dynamic script loaded: false
Static script loaded: true
load:
Dynamic script loaded: true
Static script loaded: true
___
Safari & Chrome are matching while Firefox is throwing `true` for dynamic script loaded.
Just sharing up-to-date result.
--
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/20240921/87853367/attachment.htm>
More information about the webkit-unassigned
mailing list