1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 15:27:34 +00:00

LibWeb: Add the WritableStreamDefaultWriter interface

This commit is contained in:
Matthew Olsson 2023-03-30 19:27:45 -07:00 committed by Linus Groh
parent e93560b769
commit bdab61ad93
11 changed files with 270 additions and 3 deletions

View file

@ -465,6 +465,7 @@ set(SOURCES
Streams/UnderlyingSink.cpp
Streams/UnderlyingSource.cpp
Streams/WritableStream.cpp
Streams/WritableStreamDefaultWriter.cpp
SVG/AttributeNames.cpp
SVG/AttributeParser.cpp
SVG/SVGAnimatedLength.cpp