mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:17:34 +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
|
@ -364,6 +364,8 @@ set(SOURCES
|
|||
Platform/TimerSerenity.cpp
|
||||
RequestIdleCallback/IdleDeadline.cpp
|
||||
ResizeObserver/ResizeObserver.cpp
|
||||
Streams/AbstractOperations.cpp
|
||||
Streams/ReadableStream.cpp
|
||||
SVG/AttributeNames.cpp
|
||||
SVG/AttributeParser.cpp
|
||||
SVG/SVGAnimatedLength.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue