mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-02 23:21:56 +00:00
LibWeb: Don't halt track loading steps after sending fetch request
Previously, we would initiate a fetch request and immediately return from the track loading steps, so the following steps would never be executed.
This commit is contained in:
parent
6aeb3e8839
commit
19961e2b45
Notes:
github-actions[bot]
2025-03-01 13:26:02 +00:00
Author: https://github.com/tcl3
Commit: 19961e2b45
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3742
Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 0 additions and 1 deletions
|
@ -235,7 +235,6 @@ void HTMLTrackElement::start_the_track_processing_model_parallel_steps(JS::Realm
|
|||
// 4. Fetch request.
|
||||
m_fetch_algorithms = Fetch::Infrastructure::FetchAlgorithms::create(vm(), move(fetch_algorithms_input));
|
||||
m_fetch_controller = MUST(Fetch::Fetching::fetch(realm, request, *m_fetch_algorithms));
|
||||
return;
|
||||
} else {
|
||||
fire_error_event();
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue