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

LibWeb: Implement ByteLengthQueuingStrategy highWaterMark property

This commit is contained in:
Shannon Booth 2023-06-18 20:26:19 +12:00 committed by Andreas Kling
parent c9941ba95b
commit f86c3ab148
6 changed files with 95 additions and 0 deletions

View file

@ -535,6 +535,7 @@ class Selection;
}
namespace Web::Streams {
class ByteLengthQueuingStrategy;
class CountQueuingStrategy;
class ReadableByteStreamController;
class ReadableStream;