mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-23 09:48:56 +00:00
LibWeb: Add ReadableStreamDefaultReader
This commit is contained in:
parent
7ff657ef57
commit
222e3c32cd
Notes:
sideshowbarker
2024-07-17 08:55:54 +09:00
Author: https://github.com/mattco98
Commit: 222e3c32cd
Pull-request: https://github.com/SerenityOS/serenity/pull/18109
Reviewed-by: https://github.com/linusg ✅
11 changed files with 385 additions and 8 deletions
|
@ -418,7 +418,9 @@ class Selection;
|
|||
|
||||
namespace Web::Streams {
|
||||
class ReadableStream;
|
||||
class ReadableStreamDefaultReader;
|
||||
class ReadableStreamGenericReaderMixin;
|
||||
class ReadRequest;
|
||||
}
|
||||
|
||||
namespace Web::SVG {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue