mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:37:45 +00:00
LibWeb: Provide some properties to inspectors of ResourceLoader
This commit is contained in:
parent
d582c03233
commit
790915da54
2 changed files with 10 additions and 0 deletions
|
@ -56,6 +56,8 @@ private:
|
|||
ResourceLoader();
|
||||
static bool is_port_blocked(int port);
|
||||
|
||||
virtual void save_to(JsonObject&) override;
|
||||
|
||||
int m_pending_loads { 0 };
|
||||
|
||||
RefPtr<Protocol::Client> m_protocol_client;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue