1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:37:34 +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

@ -459,6 +459,7 @@ set(SOURCES
Streams/ReadableStreamDefaultController.cpp
Streams/ReadableStreamDefaultReader.cpp
Streams/ReadableStreamGenericReader.cpp
Streams/UnderlyingSource.cpp
SVG/AttributeNames.cpp
SVG/AttributeParser.cpp
SVG/SVGAnimatedLength.cpp