1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 11:17:44 +00:00

LibWeb: Add ReadableStreamBYOBRequest interface

This commit is contained in:
Matthew Olsson 2023-04-10 18:37:27 -07:00 committed by Linus Groh
parent dc5f213fa0
commit c7aa4fa166
6 changed files with 79 additions and 0 deletions

View file

@ -426,6 +426,7 @@ class Selection;
namespace Web::Streams {
class ReadableStream;
class ReadableStreamBYOBRequest;
class ReadableStreamDefaultController;
class ReadableStreamDefaultReader;
class ReadableStreamGenericReaderMixin;