mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:17:36 +00:00
LibWeb: Add ReadableStreamBYOBReader interface
This commit is contained in:
parent
2b269d4a49
commit
e8ad571082
6 changed files with 93 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue