mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:17:35 +00:00
LibWeb: Start fleshing out the ReadableStream interface
This is so we can just assume it exists in Fetch APIs (while still skipping functionality that relies on a full implementation, of course).
This commit is contained in:
parent
1ace80235b
commit
87654f5b51
9 changed files with 199 additions and 4 deletions
|
@ -366,6 +366,14 @@ namespace Web::ResizeObserver {
|
|||
class ResizeObserver;
|
||||
}
|
||||
|
||||
namespace Web::Selection {
|
||||
class Selection;
|
||||
}
|
||||
|
||||
namespace Web::Streams {
|
||||
class ReadableStream;
|
||||
}
|
||||
|
||||
namespace Web::SVG {
|
||||
class SVGAnimatedLength;
|
||||
class SVGCircleElement;
|
||||
|
@ -384,10 +392,6 @@ class SVGRectElement;
|
|||
class SVGSVGElement;
|
||||
}
|
||||
|
||||
namespace Web::Selection {
|
||||
class Selection;
|
||||
}
|
||||
|
||||
namespace Web::WebSockets {
|
||||
class WebSocket;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue