Skip to content

merge_pr_9573: ReadableStream: test piping and queued writes

Compare
Choose a tag to compare
@jgraham jgraham released this 20 Feb 20:49
· 34057 commits to master since this release
When the readable stream becomes closed after the first write,
all queued writes should complete before the pipe operation
becomes completed.

This tests the fix for this behavior in the Streams reference
implementation in whatwg/streams#884.