1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:27:34 +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

@ -186,6 +186,7 @@ libweb_js_bindings(NavigationTiming/PerformanceTiming)
libweb_js_bindings(PerformanceTimeline/PerformanceEntry)
libweb_js_bindings(RequestIdleCallback/IdleDeadline)
libweb_js_bindings(ResizeObserver/ResizeObserver)
libweb_js_bindings(Streams/ByteLengthQueuingStrategy)
libweb_js_bindings(Streams/CountQueuingStrategy)
libweb_js_bindings(Streams/ReadableByteStreamController)
libweb_js_bindings(Streams/ReadableStream)