WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
219471
window.addEventListener DOMContentLoaded is not triggered
https://bugs.webkit.org/show_bug.cgi?id=219471
Summary
window.addEventListener DOMContentLoaded is not triggered
xiehaiyan_xhy
Reported
2020-12-02 18:37:32 PST
No DOMContentLoaded got from JS event listener as below: window.addEventListener("DOMContentLoaded", (event) => { console.log("DOMContentLoaded"); });
https://developer.mozilla.org/en-US/docs/Web/API/Window/DOMContentLoaded_event
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2020-12-02 19:33:59 PST
Could you please attach a complete test case? DOMContentLoaded works in general.
Radar WebKit Bug Importer
Comment 2
2020-12-17 14:13:50 PST
<
rdar://problem/72440638
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug