mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01: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
|
|
@ -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…
Reference in New Issue
Block a user