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

@ -184,6 +184,7 @@ libweb_js_bindings(RequestIdleCallback/IdleDeadline)
libweb_js_bindings(ResizeObserver/ResizeObserver)
libweb_js_bindings(Streams/ReadableByteStreamController)
libweb_js_bindings(Streams/ReadableStream)
libweb_js_bindings(Streams/ReadableStreamBYOBReader)
libweb_js_bindings(Streams/ReadableStreamBYOBRequest)
libweb_js_bindings(Streams/ReadableStreamDefaultController)
libweb_js_bindings(Streams/ReadableStreamDefaultReader)