mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Make the WebContentView::on_load_start hook actually work :^)
This commit is contained in:
@@ -154,4 +154,9 @@ void PageHost::page_did_middle_click_link(const URL& url, [[maybe_unused]] const
|
||||
m_client.post_message(Messages::WebContentClient::DidMiddleClickLink(url, target, modifiers));
|
||||
}
|
||||
|
||||
void PageHost::page_did_start_loading(const URL& url)
|
||||
{
|
||||
m_client.post_message(Messages::WebContentClient::DidStartLoading(url));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user