mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
LibWeb: Start tracking elapsed time when a resource is loaded
This commit is contained in:
parent
1d4be9ca33
commit
bca8707e15
7 changed files with 17 additions and 9 deletions
|
@ -42,7 +42,7 @@ public:
|
|||
void set_focused_browsing_context(Badge<EventHandler>, BrowsingContext&);
|
||||
|
||||
void load(const URL&);
|
||||
void load(const LoadRequest&);
|
||||
void load(LoadRequest&);
|
||||
|
||||
void load_html(const StringView&, const URL&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue