mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 04:52:23 +00:00
LibWeb: Implement 'fetch timing info' struct
This commit is contained in:
parent
1f8ed8fca7
commit
fef331a03f
Notes:
sideshowbarker
2024-07-17 05:00:32 +09:00
Author: https://github.com/linusg
Commit: fef331a03f
Pull-request: https://github.com/SerenityOS/serenity/pull/15795
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/davidot ✅
4 changed files with 161 additions and 0 deletions
|
@ -193,6 +193,7 @@ namespace Web::Fetch::Infrastructure {
|
|||
class Body;
|
||||
struct BodyWithType;
|
||||
class ConnectionTimingInfo;
|
||||
class FetchTimingInfo;
|
||||
struct Header;
|
||||
class HeaderList;
|
||||
class Request;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue