ladybird/Userland/Libraries/LibWeb/Fetch/Fetching
Timothy Flynn b5ba60f1d1 LibWeb: Change Fetch's ProcessBodyError to accept a plain JS value
This callback is meant to be triggered by streams, which does not always
provide a WebIDL::DOMException. Pass a plain value instead. Of all the
users of this callback, only one actually uses the value, and already
converts the DOMException to a plain value.
2024-05-20 16:57:52 -04:00
..
Checks.cpp LibWeb: Remove OOM propagation from Fetch::Infrastructure::Requests 2024-04-27 07:08:14 +02:00
Checks.h LibWeb: Remove OOM propagation from Fetch::Infrastructure::Requests 2024-04-27 07:08:14 +02:00
Fetching.cpp LibWeb: Change Fetch's ProcessBodyError to accept a plain JS value 2024-05-20 16:57:52 -04:00
Fetching.h LibWeb/Fetch: Append the Fetch metadata headers 2024-05-01 12:57:35 +02:00
PendingResponse.cpp LibWeb: Use JS::HeapFunction in Fetch::Fetching::PendingResponse 2024-04-03 18:14:33 +02:00
PendingResponse.h LibWeb: Use JS::HeapFunction in Fetch::Fetching::PendingResponse 2024-04-03 18:14:33 +02:00
RefCountedFlag.cpp
RefCountedFlag.h