mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb: Delete unused ResourceLoader::load()
...and rename `load_unbuffered()` to `load()`.
This commit is contained in:
parent
3058274386
commit
16b0f1e6c2
Notes:
github-actions[bot]
2025-11-20 11:30:46 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 16b0f1e6c2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6839
Reviewed-by: https://github.com/trflynn89 ✅
3 changed files with 3 additions and 153 deletions
|
|
@ -2435,7 +2435,7 @@ GC::Ref<PendingResponse> nonstandard_resource_loader_file_or_http_network_fetch(
|
|||
}
|
||||
});
|
||||
|
||||
ResourceLoader::the().load_unbuffered(load_request, on_headers_received, on_data_received, on_complete);
|
||||
ResourceLoader::the().load(load_request, on_headers_received, on_data_received, on_complete);
|
||||
|
||||
return pending_response;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue