1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:47:35 +00:00

LibWeb: Add TransformStreamDefaultController scaffolding

This adds the scaffolding of TransformStreamDefaultController so we can
start implementing the necessary abstract operations for it.
This commit is contained in:
Kenneth Myhra 2023-07-07 15:49:22 +02:00 committed by Andreas Kling
parent f1d69d789b
commit 0091a60448
6 changed files with 106 additions and 0 deletions

View file

@ -515,6 +515,7 @@ set(SOURCES
Streams/ReadableStreamGenericReader.cpp
Streams/Transformer.cpp
Streams/TransformStream.cpp
Streams/TransformStreamDefaultController.cpp
Streams/UnderlyingSink.cpp
Streams/UnderlyingSource.cpp
Streams/WritableStream.cpp