ladybird/Tests/LibWeb/Text/expected/Streams/ReadableStreamBYOBReader-read-min.txt
Kenneth Myhra 907dc84c1e LibWeb: Implement min option for ReadableStreamBYOBReader.read()
When the min option is given the read will only be fulfilled when there
are min or more elements available in the readable byte stream.

When the min option is not given the default value for min is 1.
2024-07-11 11:55:15 +02:00

4 lines
99 B
Text

This -⌄
will not be processed as one chunk
This -> will be processed as one chunk
Stream closed