mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb: Implement AO ReadableByteStreamControllerRespondInClosedState
This commit is contained in:
parent
be2195cb8c
commit
426cbd8ed3
Notes:
sideshowbarker
2024-07-17 02:21:14 +09:00
Author: https://github.com/shannonbooth
Commit: 426cbd8ed3
Pull-request: https://github.com/SerenityOS/serenity/pull/22124
2 changed files with 27 additions and 0 deletions
|
@ -81,6 +81,7 @@ WebIDL::ExceptionOr<void> set_up_readable_byte_stream_controller_from_underlying
|
|||
JS::GCPtr<ReadableStreamBYOBRequest> readable_byte_stream_controller_get_byob_request(JS::NonnullGCPtr<ReadableByteStreamController>);
|
||||
|
||||
WebIDL::ExceptionOr<void> readable_byte_stream_controller_respond_in_readable_state(ReadableByteStreamController&, u64 bytes_written, PullIntoDescriptor&);
|
||||
void readable_byte_stream_controller_respond_in_closed_state(ReadableByteStreamController&, PullIntoDescriptor&);
|
||||
|
||||
WebIDL::ExceptionOr<void> readable_stream_enqueue(ReadableStreamController& controller, JS::Value chunk);
|
||||
WebIDL::ExceptionOr<void> readable_byte_stream_controller_enqueue(ReadableByteStreamController& controller, JS::Value chunk);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue