diff --git a/Libraries/LibWeb/XHR/XMLHttpRequest.cpp b/Libraries/LibWeb/XHR/XMLHttpRequest.cpp index 7b98cdca6de..bed0a9e5273 100644 --- a/Libraries/LibWeb/XHR/XMLHttpRequest.cpp +++ b/Libraries/LibWeb/XHR/XMLHttpRequest.cpp @@ -808,8 +808,6 @@ WebIDL::ExceptionOr XMLHttpRequest::send(Optional()) 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.