1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38:11 +00:00
serenity/Userland/Libraries/LibWeb/Fetch
Luke Wilde acd5382924 LibWeb/Fetch: Set length synchronously in extract_body
Since we don't currently have streams, we didn't set length anywhere.
However, this is required by XHR's reliance on Fetch to get the total
number of bytes for the progress events.
2023-03-07 11:51:12 +00:00
..
Fetching LibWeb: Fully read body if there is one in fetch response handover 2023-03-07 11:51:12 +00:00
Infrastructure LibWeb/Fetch: Implement Header's "extract a length" function 2023-03-07 11:51:12 +00:00
Body.cpp LibWeb/Fetch: Implement Body's "fully read" function from the spec 2023-03-07 11:51:12 +00:00
Body.h LibWeb/Fetch: Implement Body's "fully read" function from the spec 2023-03-07 11:51:12 +00:00
Body.idl LibWeb: Implement '5.3. Body mixin' from the Fetch API :^) 2022-09-27 14:56:17 +01:00
BodyInit.cpp LibWeb/Fetch: Set length synchronously in extract_body 2023-03-07 11:51:12 +00:00
BodyInit.h LibWeb/Fetch: Port JS interfaces to new String 2023-03-03 09:25:34 +00:00
BodyInit.idl LibWeb: Remove workaround for nested BodyInit IDL union type 2022-10-21 12:11:24 +02:00
Enums.cpp LibWeb: Implement '5.5. Response class' from the Fetch API :^) 2022-09-27 14:56:17 +01:00
Enums.h LibWeb: Implement '5.5. Response class' from the Fetch API :^) 2022-09-27 14:56:17 +01:00
FetchMethod.cpp LibWeb: Propagate Realm instead of VM more through Fetch 2023-03-07 11:51:12 +00:00
FetchMethod.h LibWeb: Propagate Realm instead of VM more through Fetch 2023-03-07 11:51:12 +00:00
Headers.cpp LibWeb/Fetch: Port JS interfaces to new String 2023-03-03 09:25:34 +00:00
Headers.h LibWeb/Fetch: Port JS interfaces to new String 2023-03-03 09:25:34 +00:00
Headers.idl LibWeb/Fetch: Port JS interfaces to new String 2023-03-03 09:25:34 +00:00
HeadersIterator.cpp LibWeb: Make factory method of Fetch::HeadersIterator fallible 2023-02-22 09:55:33 +01:00
HeadersIterator.h LibWeb: Make factory method of Fetch::HeadersIterator fallible 2023-02-22 09:55:33 +01:00
Request.cpp LibWeb: Propagate Realm instead of VM more through Fetch 2023-03-07 11:51:12 +00:00
Request.h LibWeb/Fetch: Implement Body's "fully read" function from the spec 2023-03-07 11:51:12 +00:00
Request.idl LibWeb/Fetch: Port JS interfaces to new String 2023-03-03 09:25:34 +00:00
Response.cpp LibWeb: Propagate Realm instead of VM more through Fetch 2023-03-07 11:51:12 +00:00
Response.h LibWeb/Fetch: Implement Body's "fully read" function from the spec 2023-03-07 11:51:12 +00:00
Response.idl LibWeb/Fetch: Port JS interfaces to new String 2023-03-03 09:25:34 +00:00