ladybird/Userland/Libraries/LibWeb/Fetch
Jonne Ransijn afe74afa9e LibWeb/Fetch: Do not clone stored responses
Reading the RFC9111 spec makes it clear that the stored response was
not intended to be cloned. This is because there is a "clone response"
operation that is used in other places, but never for stored responses.
2024-10-27 11:28:37 +01:00
..
Fetching LibWeb/Fetch: Do not clone stored responses 2024-10-27 11:28:37 +01:00
Infrastructure LibWeb/Fetch: Do not clone stored responses 2024-10-27 11:28:37 +01:00
Body.cpp LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 2024-10-25 14:04:21 -06:00
Body.h LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 2024-10-25 14:04:21 -06:00
Body.idl LibWeb/Fetch: Implement Body::bytes() 2024-05-19 16:25:50 +02:00
BodyInit.cpp LibWeb: Don't propogate small OOMs from URLSearchParams 2024-08-12 23:01:29 +01:00
BodyInit.h
BodyInit.idl
Enums.cpp LibWeb/Fetch: Support setting request priority from JS 2024-05-07 17:27:37 -06:00
Enums.h LibWeb/Fetch: Support setting request priority from JS 2024-05-07 17:27:37 -06:00
FetchMethod.cpp LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 2024-10-25 14:04:21 -06:00
FetchMethod.h LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 2024-10-25 14:04:21 -06:00
Headers.cpp LibWeb: Remove OOM propagation from Fetch::Headers 2024-04-28 12:32:04 +02:00
Headers.h LibWeb: Remove OOM propagation from Fetch::Headers 2024-04-28 12:32:04 +02:00
Headers.idl
HeadersIterator.cpp
HeadersIterator.h
Request.cpp LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL 2024-10-05 10:46:30 +02:00
Request.h LibWeb/Fetch: Support setting request priority from JS 2024-05-07 17:27:37 -06:00
Request.idl LibWeb/Fetch: Support setting request priority from JS 2024-05-07 17:27:37 -06:00
Response.cpp LibWeb: Assign the Content-Type fetch response header as appropriate 2024-04-28 12:32:04 +02:00
Response.h LibWeb: Remove OOM propagation from Fetch::Response 2024-04-28 12:32:04 +02:00
Response.idl