ladybird/Userland/Libraries/LibWeb/Fetch
Timothy Flynn 8d4d01d99a LibWeb: Invent a method to stop an in-progress fetch without errors
The HTMLMediaElement will need to stop fetching processes when its load
algorithm is invoked while a fetch is ongoing. We don't have a way to
really stop the process, due to the way it runs on nested deferred task
invocations. So for now, this swaps the fetch callbacks (e.g. to process
a fetch response) with empty callbacks.
2023-04-20 06:19:41 +02:00
..
Fetching AK+Everywhere: Change URL::path() to serialize_path() 2023-04-15 06:37:04 +02:00
Infrastructure LibWeb: Invent a method to stop an in-progress fetch without errors 2023-04-20 06:19:41 +02:00
Body.cpp LibWeb/Streams: Use MUST_OR_THROW_OOM() when creating JS exceptions 2023-04-14 16:35:17 +02:00
Body.h
Body.idl
BodyInit.cpp
BodyInit.h
BodyInit.idl
Enums.cpp
Enums.h
FetchMethod.cpp
FetchMethod.h
Headers.cpp
Headers.h
Headers.idl
HeadersIterator.cpp LibWeb/Fetch: Fix build error in HeadersIterator::next() 2023-04-15 16:49:37 +02:00
HeadersIterator.h
Request.cpp AK+Everywhere: Change URL::path() to serialize_path() 2023-04-15 06:37:04 +02:00
Request.h
Request.idl
Response.cpp AK+Everywhere: Use Optional for URLParser::parse's base_url parameter 2023-04-11 16:28:20 +02:00
Response.h
Response.idl