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

LibWeb: Add ReadableStreamBYOBReader interface

This commit is contained in:
Matthew Olsson 2023-04-08 12:01:49 -07:00 committed by Andreas Kling
parent 2b269d4a49
commit e8ad571082
6 changed files with 93 additions and 0 deletions

View file

@ -475,6 +475,7 @@ set(SOURCES
Streams/AbstractOperations.cpp
Streams/ReadableByteStreamController.cpp
Streams/ReadableStream.cpp
Streams/ReadableStreamBYOBReader.cpp
Streams/ReadableStreamBYOBRequest.cpp
Streams/ReadableStreamDefaultController.cpp
Streams/ReadableStreamDefaultReader.cpp