mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +00:00
LibWeb: Add ReadableStreamBYOBRequest interface
This commit is contained in:
parent
dc5f213fa0
commit
c7aa4fa166
Notes:
sideshowbarker
2024-07-17 09:47:09 +09:00
Author: https://github.com/mattco98
Commit: c7aa4fa166
Pull-request: https://github.com/SerenityOS/serenity/pull/18283
Reviewed-by: https://github.com/linusg
6 changed files with 79 additions and 0 deletions
|
@ -180,6 +180,7 @@ libweb_js_bindings(PerformanceTimeline/PerformanceEntry)
|
|||
libweb_js_bindings(RequestIdleCallback/IdleDeadline)
|
||||
libweb_js_bindings(ResizeObserver/ResizeObserver)
|
||||
libweb_js_bindings(Streams/ReadableStream)
|
||||
libweb_js_bindings(Streams/ReadableStreamBYOBRequest)
|
||||
libweb_js_bindings(Streams/ReadableStreamDefaultController)
|
||||
libweb_js_bindings(Streams/ReadableStreamDefaultReader)
|
||||
libweb_js_bindings(Streams/WritableStream)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue