1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 18:35:06 +00:00
serenity/Tests/LibWeb/Text/expected/Streams/TransformStream-flush-callback.txt
Kenneth Myhra 221f18f72e Tests/LibWeb: Add TransformStream flush callback test
This test proves the ability of TransformStream to execute
caller supplied code in the flush callback, and have access to
TransformStreamDefaultController.
2023-07-15 11:59:39 +02:00

5 lines
112 B
Text

Done: false
HELLO, WORLD!
Done: false
Enqueued in flush, this the last chunk that will be processed.
Done: true