mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +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
|
@ -952,8 +952,8 @@ WebIDL::ExceptionOr<void> XMLHttpRequest::send(Optional<DocumentOrXMLHttpRequest
|
|||
m_fetch_controller->terminate();
|
||||
}
|
||||
|
||||
// FIXME: 7. Report timing for this’s fetch controller given the current global object.
|
||||
// We cannot do this for responses that have a body yet, as we do not setup the stream that then calls processResponseEndOfBody in `fetch_response_handover`.
|
||||
// 7. Report timing for this’s fetch controller given the current global object.
|
||||
m_fetch_controller->report_timing(HTML::current_principal_global_object());
|
||||
|
||||
// 8. Run handle response end-of-body for this.
|
||||
TRY(handle_response_end_of_body());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue