Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLIFrameElement.cpp
Sam Atkins 72376ad15a LibWeb: Add special "potentially delay the load event" logic for iframes
`<iframe>`s only potentially delay the load event when their
`current_navigation_was_lazy_loaded` flag is false, so let's wire that
up to the flag's setter, and actually call it!
2023-12-01 10:28:02 +01:00

8.7 KiB