mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 02:38:59 +00:00
LibWeb: Add missing spec link to ReadableStreamBYOBRequest::respond
This commit is contained in:
parent
fd316728a0
commit
3c11a1551d
Notes:
sideshowbarker
2024-07-16 17:12:03 +09:00
Author: https://github.com/trflynn89
Commit: 3c11a1551d
Pull-request: https://github.com/SerenityOS/serenity/pull/22983
Reviewed-by: https://github.com/shannonbooth ✅
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ void ReadableStreamBYOBRequest::visit_edges(Cell::Visitor& visitor)
|
|||
visitor.visit(m_view);
|
||||
}
|
||||
|
||||
// https://streams.spec.whatwg.org/#rs-byob-request-respond
|
||||
WebIDL::ExceptionOr<void> ReadableStreamBYOBRequest::respond(WebIDL::UnsignedLongLong bytes_written)
|
||||
{
|
||||
// 1. If this.[[controller]] is undefined, throw a TypeError exception.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue