Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/encoding/streams/backpressure.any.txt
Luke Wilde cae0ee6fa7 LibWeb: Implement TextEncoderStream
Required by the server-side rendering mode of React Router, used by
https://chatgpt.com/

Note that the imported tests do not have the worker variants to prevent
freezing on macOS.
2025-02-07 11:04:46 -05:00

10 lines
414 B
Plaintext

Harness status: OK
Found 4 tests
2 Pass
2 Fail
Fail write() should not complete until read relieves backpressure for TextDecoderStream
Fail additional writes should wait for backpressure to be relieved for class TextDecoderStream
Pass write() should not complete until read relieves backpressure for TextEncoderStream
Pass additional writes should wait for backpressure to be relieved for class TextEncoderStream