mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 06:39:07 +00:00
LibWeb: Add ReadableStreamDefaultController
This commit is contained in:
parent
f99d6e177f
commit
bc9919178e
Notes:
sideshowbarker
2024-07-17 01:06:10 +09:00
Author: https://github.com/mattco98
Commit: bc9919178e
Pull-request: https://github.com/SerenityOS/serenity/pull/18109
Reviewed-by: https://github.com/linusg ✅
10 changed files with 656 additions and 11 deletions
|
@ -418,6 +418,7 @@ class Selection;
|
|||
|
||||
namespace Web::Streams {
|
||||
class ReadableStream;
|
||||
class ReadableStreamDefaultController;
|
||||
class ReadableStreamDefaultReader;
|
||||
class ReadableStreamGenericReaderMixin;
|
||||
class ReadRequest;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue