mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Implement Resource Timing
This commit is contained in:
parent
23c84e62a5
commit
6d1f78198d
Notes:
github-actions[bot]
2025-03-06 16:01:58 +00:00
Author: https://github.com/Lubrsi
Commit: 6d1f78198d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3704
Reviewed-by: https://github.com/ADKaster ✅
21 changed files with 741 additions and 14 deletions
|
@ -531,6 +531,7 @@ private:
|
|||
|
||||
StringView request_destination_to_string(Request::Destination);
|
||||
StringView request_mode_to_string(Request::Mode);
|
||||
FlyString initiator_type_to_string(Request::InitiatorType);
|
||||
|
||||
Optional<Request::Priority> request_priority_from_string(StringView);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue