LibWeb: Implement 'fetch timing info' struct

This commit is contained in:
Linus Groh 2022-10-13 19:20:27 +02:00
commit fef331a03f
Notes: sideshowbarker 2024-07-17 05:00:32 +09:00
4 changed files with 161 additions and 0 deletions

View file

@ -193,6 +193,7 @@ namespace Web::Fetch::Infrastructure {
class Body;
struct BodyWithType;
class ConnectionTimingInfo;
class FetchTimingInfo;
struct Header;
class HeaderList;
class Request;