mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-24 00:24:38 +00:00
LibWeb: Add missing AOs for ReadableByteStreamController.[[PullSteps]]
This commit is contained in:
committed by
Andreas Kling
parent
b57b3c54cc
commit
ef3810d03d
@@ -101,9 +101,8 @@ WebIDL::ExceptionOr<void> ReadableByteStreamController::pull_steps(NonnullRefPtr
|
||||
// 6. Perform ! ReadableStreamAddReadRequest(stream, readRequest).
|
||||
readable_stream_add_read_request(*m_stream, read_request);
|
||||
|
||||
// FIXME: 7. Perform ! ReadableByteStreamControllerCallPullIfNeeded(this).
|
||||
|
||||
return {};
|
||||
// 7. Perform ! ReadableByteStreamControllerCallPullIfNeeded(this).
|
||||
return readable_byte_stream_controller_call_pull_if_needed(*this);
|
||||
}
|
||||
|
||||
// https://streams.spec.whatwg.org/#rbs-controller-private-pull
|
||||
|
||||
Reference in New Issue
Block a user