LibWeb: Implement fetch record from the fetch spec

Implement fetch record concept from the '2.4. Fetch groups' in
the fetch specs.
This commit is contained in:
mobounya 2024-07-16 19:19:57 +01:00 committed by Andrew Kaster
commit 8d38a1326e
Notes: github-actions[bot] 2024-07-20 20:10:56 +00:00
4 changed files with 87 additions and 0 deletions

View file

@ -311,6 +311,7 @@ class FetchAlgorithms;
class FetchController;
class FetchParams;
class FetchTimingInfo;
class FetchRecord;
class HeaderList;
class IncrementalReadLoopReadRequest;
class Request;