mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +00:00
LibWeb/Streams: Fix spec link for RBS controller release steps
This commit is contained in:
parent
1a0f5d3180
commit
5d8d5375a0
Notes:
github-actions[bot]
2024-12-27 14:58:02 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/5d8d5375a05 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3014 Reviewed-by: https://github.com/kennethmyhra ✅
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue