mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb/XHR: Remove outdated FIXME about Streams not integrated in XHR
Streams were integrated into XHR::send() in: https://github.com/SerenityOS/serenity/pull/24132
This commit is contained in:
Notes:
github-actions[bot]
2025-08-26 11:19:59 +00:00
Author: https://github.com/kennethmyhra Commit: https://github.com/LadybirdBrowser/ladybird/commit/4963dea5047 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5943 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/trflynn89 ✅
@@ -808,8 +808,6 @@ WebIDL::ExceptionOr<void> XMLHttpRequest::send(Optional<DocumentOrXMLHttpRequest
|
||||
if (!length.has<u64>())
|
||||
length = 0;
|
||||
|
||||
// FIXME: We can't implement these steps yet, as we don't fully implement the Streams standard.
|
||||
|
||||
// 10. Let processBodyChunk given bytes be these steps:
|
||||
auto process_body_chunks = GC::create_function(heap(), [this, length](ByteBuffer byte_buffer) {
|
||||
// 1. Append bytes to this’s received bytes.
|
||||
|
||||
Reference in New Issue
Block a user