mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 13:02:28 +00:00
LibWeb: Implement the ReadableStreamDefaultTee half of ReadableStreamTee
This commit is contained in:
parent
d8413774df
commit
debfe996d7
Notes:
sideshowbarker
2024-07-16 23:34:44 +09:00
Author: https://github.com/trflynn89
Commit: debfe996d7
Pull-request: https://github.com/SerenityOS/serenity/pull/22977
Reviewed-by: https://github.com/shannonbooth ✅
4 changed files with 371 additions and 2 deletions
|
@ -0,0 +1,8 @@
|
|||
stream1: abcdefghijklmnopqrstuvwxyz
|
||||
stream1: ABCDEFGHIJKLMNOPQRSTUVWXYZ
|
||||
stream1: 0123456789!@#$%^&*()-=_+,<
|
||||
stream1: Done!
|
||||
stream2: abcdefghijklmnopqrstuvwxyz
|
||||
stream2: ABCDEFGHIJKLMNOPQRSTUVWXYZ
|
||||
stream2: 0123456789!@#$%^&*()-=_+,<
|
||||
stream2: Done!
|
Loading…
Add table
Add a link
Reference in a new issue