mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:37:36 +00:00
Browser: Show currently loading host and remaining resource count
This commit is contained in:
parent
fb6c8781a2
commit
7594350376
13 changed files with 85 additions and 8 deletions
|
@ -256,4 +256,9 @@ void PageHost::page_did_set_cookie(const URL& url, const Web::Cookie::ParsedCook
|
|||
m_client.async_did_set_cookie(url, cookie, static_cast<u8>(source));
|
||||
}
|
||||
|
||||
void PageHost::page_did_update_resource_count(i32 count_waiting)
|
||||
{
|
||||
m_client.async_did_update_resource_count(count_waiting);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue