mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-01 16:02:53 +00:00
LibWeb: Make processBodyError
take an optional exception
Changed here:
018ac19838
This commit is contained in:
parent
ae5bb13f1f
commit
9c2d496dbe
Notes:
sideshowbarker
2024-07-16 20:12:13 +09:00
Author: https://github.com/AtkinsSJ
Commit: 9c2d496dbe
Pull-request: https://github.com/SerenityOS/serenity/pull/18802
10 changed files with 21 additions and 25 deletions
|
@ -875,7 +875,7 @@ WebIDL::ExceptionOr<void> HTMLMediaElement::fetch_resource(AK::URL const& url_re
|
|||
}
|
||||
|
||||
VERIFY(response->body().has_value());
|
||||
auto empty_algorithm = [](auto&) {};
|
||||
auto empty_algorithm = [](auto) {};
|
||||
|
||||
// FIXME: We are "fully" reading the response here, rather than "incrementally". Memory concerns aside, this should be okay for now as we are
|
||||
// always setting byteRange to "entire resource". However, we should switch to incremental reads when that is implemented, and then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue