ladybird/Userland/Libraries/LibWeb/Fetch/Fetching
Kenneth Myhra 291d0e5de8 LibWeb: Let queue_fetch_task() take a JS::HeapFunction
Changes the signature of queue_fetch_task() from AK:Function to
JS::HeapFunction to be more clear to the user of the function that this
is what it uses internally.
2024-04-20 18:11:01 +02:00
..
Checks.cpp LibWeb: Rename URL platform object to DOMURL 2024-02-25 08:54:31 +01:00
Checks.h
Fetching.cpp LibWeb: Let queue_fetch_task() take a JS::HeapFunction 2024-04-20 18:11:01 +02:00
Fetching.h LibWeb: Prefer GCPtr<T> over Optional<NonnullGCPtr<T>> 2024-04-07 18:01:05 +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