mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 06:40:05 +00:00
LibWeb: Implement ReadableStream's constructor
This commit is contained in:
parent
66dec1bf54
commit
d8710aa604
Notes:
sideshowbarker
2024-07-17 11:30:54 +09:00
Author: https://github.com/mattco98
Commit: d8710aa604
Pull-request: https://github.com/SerenityOS/serenity/pull/18109
Reviewed-by: https://github.com/linusg ✅
5 changed files with 160 additions and 3 deletions
|
@ -3,4 +3,6 @@
|
|||
// https://streams.spec.whatwg.org/#readablestream
|
||||
[Exposed=*, Transferable]
|
||||
interface ReadableStream {
|
||||
// FIXME: optional QueuingStrategy strategy = {}
|
||||
constructor(optional object underlyingSource);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue