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:
parent
bc9919178e
commit
66dec1bf54
4 changed files with 92 additions and 0 deletions
|
@ -422,6 +422,7 @@ class ReadableStreamDefaultController;
|
|||
class ReadableStreamDefaultReader;
|
||||
class ReadableStreamGenericReaderMixin;
|
||||
class ReadRequest;
|
||||
struct UnderlyingSource;
|
||||
}
|
||||
|
||||
namespace Web::SVG {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue