Files
ladybird/Userland/Libraries/LibWeb/Fetch/BodyInit.cpp
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

5.9 KiB