mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibWeb: Implement ReadableStream's async iterator
This commit is contained in:
parent
e6463e4ecc
commit
d5d9d999ae
Notes:
github-actions[bot]
2025-04-14 21:44:12 +00:00
Author: https://github.com/trflynn89
Commit: d5d9d999ae
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4338
Reviewed-by: https://github.com/kennethmyhra ✅
8 changed files with 261 additions and 43 deletions
|
@ -297,7 +297,7 @@ libweb_js_bindings(ServiceWorker/ServiceWorkerRegistration)
|
|||
libweb_js_bindings(Streams/ByteLengthQueuingStrategy)
|
||||
libweb_js_bindings(Streams/CountQueuingStrategy)
|
||||
libweb_js_bindings(Streams/ReadableByteStreamController)
|
||||
libweb_js_bindings(Streams/ReadableStream)
|
||||
libweb_js_bindings(Streams/ReadableStream ASYNC_ITERABLE)
|
||||
libweb_js_bindings(Streams/ReadableStreamBYOBReader)
|
||||
libweb_js_bindings(Streams/ReadableStreamBYOBRequest)
|
||||
libweb_js_bindings(Streams/ReadableStreamDefaultController)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue