[Webkit-unassigned] [Bug 219471] New: window.addEventListener DOMContentLoaded is not triggered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 2 18:37:32 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=219471

            Bug ID: 219471
           Summary: window.addEventListener DOMContentLoaded is not
                    triggered
           Product: WebKit
           Version: Safari 14
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: xiehaiyan_xhy at sina.com
                CC: beidson at apple.com

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

-- 
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/20201203/a832dd79/attachment.htm>


More information about the webkit-unassigned mailing list