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

LibWeb: Add UnderlyingSource struct for ReadableStream constructor

This commit is contained in:
Matthew Olsson 2023-03-28 18:58:41 -07:00 committed by Linus Groh
parent bc9919178e
commit 66dec1bf54
4 changed files with 92 additions and 0 deletions

View file

@ -422,6 +422,7 @@ class ReadableStreamDefaultController;
class ReadableStreamDefaultReader;
class ReadableStreamGenericReaderMixin;
class ReadRequest;
struct UnderlyingSource;
}
namespace Web::SVG {