Bug 219471
Summary: | window.addEventListener DOMContentLoaded is not triggered | ||
---|---|---|---|
Product: | WebKit | Reporter: | xiehaiyan_xhy |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, beidson, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 14 | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
xiehaiyan_xhy
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
Could you please attach a complete test case? DOMContentLoaded works in general.
Radar WebKit Bug Importer
<rdar://problem/72440638>