1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:57:45 +00:00

LibWeb: Add the WritableStream interface

This commit is contained in:
Matthew Olsson 2023-04-02 15:15:53 -07:00 committed by Linus Groh
parent 78feba401d
commit e93560b769
10 changed files with 311 additions and 0 deletions

View file

@ -426,7 +426,9 @@ class ReadableStreamDefaultController;
class ReadableStreamDefaultReader;
class ReadableStreamGenericReaderMixin;
class ReadRequest;
struct UnderlyingSink;
struct UnderlyingSource;
class WritableStream;
}
namespace Web::SVG {