mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
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:
parent
69da6a0ce4
commit
8d38a1326e
Notes:
github-actions[bot]
2024-07-20 20:10:56 +00:00
Author: https://github.com/mobounya
Commit: 8d38a1326e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/673
Reviewed-by: https://github.com/kalenikaliaksandr
Reviewed-by: https://github.com/kennethmyhra ✅
4 changed files with 87 additions and 0 deletions
|
@ -311,6 +311,7 @@ class FetchAlgorithms;
|
|||
class FetchController;
|
||||
class FetchParams;
|
||||
class FetchTimingInfo;
|
||||
class FetchRecord;
|
||||
class HeaderList;
|
||||
class IncrementalReadLoopReadRequest;
|
||||
class Request;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue