mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibWeb/Streams: Fix spec link for RBS controller release steps
This commit is contained in:
@@ -172,7 +172,7 @@ void ReadableByteStreamController::pull_steps(GC::Ref<ReadRequest> read_request)
|
||||
readable_byte_stream_controller_call_pull_if_needed(*this);
|
||||
}
|
||||
|
||||
// https://streams.spec.whatwg.org/#rbs-controller-private-pull
|
||||
// https://streams.spec.whatwg.org/#abstract-opdef-readablebytestreamcontroller-releasesteps
|
||||
void ReadableByteStreamController::release_steps()
|
||||
{
|
||||
// 1. If this.[[pendingPullIntos]] is not empty,
|
||||
|
||||
Reference in New Issue
Block a user