mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibWeb: Add ByteStreamController to ReadableStreamController type
This commit is contained in:
committed by
Linus Groh
parent
bd7809cc18
commit
f9d6a161e8
@@ -118,9 +118,10 @@ WebIDL::ExceptionOr<void> ReadableStreamDefaultController::pull_steps(Web::Strea
|
||||
}
|
||||
|
||||
// https://streams.spec.whatwg.org/#abstract-opdef-readablestreamdefaultcontroller-releasesteps
|
||||
void ReadableStreamDefaultController::release_steps()
|
||||
WebIDL::ExceptionOr<void> ReadableStreamDefaultController::release_steps()
|
||||
{
|
||||
// 1. Return.
|
||||
return {};
|
||||
}
|
||||
|
||||
JS::ThrowCompletionOr<void> ReadableStreamDefaultController::initialize(JS::Realm& realm)
|
||||
|
||||
Reference in New Issue
Block a user