Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLLinkElement.cpp
Andreas Kling ceb055a75e LibWeb: Don't delay document "load" event for non-loading link elements
If we try loading a link element but it's reject for whatever reason
(broken URL, content filtering, etc.) make sure we don't mark that link
element as delaying the document load event.
2022-03-19 15:04:48 +01:00

3.9 KiB