mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 20:59:00 +00:00
LibWeb: Add ReadableStreamByteController interface
This commit is contained in:
parent
c7aa4fa166
commit
819b6332d1
Notes:
sideshowbarker
2024-07-17 22:01:16 +09:00
Author: https://github.com/mattco98
Commit: 819b6332d1
Pull-request: https://github.com/SerenityOS/serenity/pull/18283
Reviewed-by: https://github.com/linusg
10 changed files with 253 additions and 1 deletions
|
@ -426,6 +426,7 @@ class Selection;
|
|||
|
||||
namespace Web::Streams {
|
||||
class ReadableStream;
|
||||
class ReadableByteStreamController;
|
||||
class ReadableStreamBYOBRequest;
|
||||
class ReadableStreamDefaultController;
|
||||
class ReadableStreamDefaultReader;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue