mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 09:36:08 +00:00
LibWeb: Add fetch_controller property in HTML::NavigationParams
This commit is contained in:
parent
38a2d5ead3
commit
a27a30898c
Notes:
sideshowbarker
2024-07-17 21:11:12 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: a27a30898c
Pull-request: https://github.com/SerenityOS/serenity/pull/18601
Reviewed-by: https://github.com/awesomekling
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@ struct NavigationParams {
|
|||
// FIXME: an algorithm expecting a response
|
||||
void* process_response_end_of_body { nullptr };
|
||||
|
||||
// null or a fetch controller
|
||||
JS::GCPtr<Fetch::Infrastructure::FetchController> fetch_controller { nullptr };
|
||||
|
||||
// FIXME: null or an algorithm accepting a Document, once it has been created
|
||||
void* commit_early_hints { nullptr };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue