LibWeb: Remove spin_until from create_navigation_params_by_fetching

This is in similar fashion and reason to e095bf3
This commit is contained in:
Luke Wilde 2025-09-30 18:10:59 +01:00 committed by Alexander Kalenik
parent ed9c0c1e09
commit 7f7babe735
Notes: github-actions[bot] 2025-11-07 03:09:35 +00:00
5 changed files with 503 additions and 435 deletions

View file

@ -24,6 +24,7 @@ void NavigationParams::visit_edges(Visitor& visitor)
visitor.visit(request);
visitor.visit(response);
visitor.visit(fetch_controller);
visitor.visit(commit_early_hints);
visitor.visit(reserved_environment);
visitor.visit(policy_container);
}