LibWeb: Add the WritableStream interface

This commit is contained in:
Matthew Olsson 2023-04-02 15:15:53 -07:00 committed by Linus Groh
commit e93560b769
Notes: sideshowbarker 2024-07-17 09:49:48 +09:00
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 {