mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:17:35 +00:00
Tests/LibWeb: Add TransformStream start callback test
This test proves the ability of TransformStream to execute caller supplied code in the start callback, and have access to TransformStreamDefaultController.
This commit is contained in:
parent
74fdf59941
commit
5c6125c92b
2 changed files with 23 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
In start
|
||||
Done: false
|
||||
Hello, world!
|
Loading…
Add table
Add a link
Reference in a new issue