mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 20:16:02 +00:00
LibWeb: Add the WritableStream interface
This commit is contained in:
parent
78feba401d
commit
e93560b769
Notes:
sideshowbarker
2024-07-17 09:49:48 +09:00
Author: https://github.com/mattco98
Commit: e93560b769
Pull-request: https://github.com/SerenityOS/serenity/pull/18174
Reviewed-by: https://github.com/Lubrsi
Reviewed-by: https://github.com/linusg
10 changed files with 311 additions and 0 deletions
|
@ -426,7 +426,9 @@ class ReadableStreamDefaultController;
|
|||
class ReadableStreamDefaultReader;
|
||||
class ReadableStreamGenericReaderMixin;
|
||||
class ReadRequest;
|
||||
struct UnderlyingSink;
|
||||
struct UnderlyingSource;
|
||||
class WritableStream;
|
||||
}
|
||||
|
||||
namespace Web::SVG {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue