1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:17:36 +00:00

LibWeb: Implement the ReadableStreamDefaultTee half of ReadableStreamTee

This commit is contained in:
Timothy Flynn 2024-01-28 10:31:26 -05:00 committed by Andreas Kling
parent d8413774df
commit debfe996d7
4 changed files with 371 additions and 2 deletions

View file

@ -0,0 +1,8 @@
stream1: abcdefghijklmnopqrstuvwxyz
stream1: ABCDEFGHIJKLMNOPQRSTUVWXYZ
stream1: 0123456789!@#$%^&*()-=_+,<
stream1: Done!
stream2: abcdefghijklmnopqrstuvwxyz
stream2: ABCDEFGHIJKLMNOPQRSTUVWXYZ
stream2: 0123456789!@#$%^&*()-=_+,<
stream2: Done!