NEW 219469
window load events will be triggered multiple times when a site is loading
https://bugs.webkit.org/show_bug.cgi?id=219469
Summary window load events will be triggered multiple times when a site is loading
xiehaiyan_xhy
Reported 2020-12-02 18:12:52 PST
Repro: On some websites such as msn news, fox news websites, window load events will be triggered multiple times. This won't happen on Android webview or other browsers sample website: https://www.foxnews.com/politics/trump-says-he-will-leave-office-electoral-college-votes-biden Code window.addEventListener("load", (event) => { console.log("load event triggered"); });
Attachments
Radar WebKit Bug Importer
Comment 1 2020-12-17 14:13:39 PST
Note You need to log in before you can comment on or make changes to this bug.