Streams: Implement stream pipe-to#35650
Conversation
c749273 to
66ffb89
Compare
e9a6e46 to
4656a4a
Compare
|
🤖 Opened new upstream WPT pull request (web-platform-tests/wpt#51142) with upstreamable changes. |
4b0cf7c to
5e3c26a
Compare
|
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#51142). |
54640fc to
19c4e8d
Compare
|
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#51142). |
|
🤖 This change no longer contains upstreamable changes to WPT; closed existing upstream pull request (web-platform-tests/wpt#51142). |
| expected: CRASH | ||
|
|
||
| [then-interception.any.html] | ||
| expected: CRASH |
| expected: ERROR | ||
|
|
||
| [pipe-through.any.worker.html] | ||
| expected: ERROR |
There was a problem hiding this comment.
Note: this PR implements PipeTo, not PipeThrough(although PipeThrough seems like an easy follow-up, since it uses the same underlying mechanism, but it requires TransformStream, or at least part of that IDL).
| [pipeThrough should stop after getting preventClose throws] | ||
| expected: FAIL | ||
|
|
||
| [pipeTo should stop after getting signal throws] |
7ecf334 to
4a0f25f
Compare
1ef5ce8 to
3600935
Compare
|
@Taym95 review ping on this one. I've just finished some clean-ups. |
Signed-off-by: gterzian <[email protected]>
Signed-off-by: gterzian <[email protected]>
Signed-off-by: gterzian <[email protected]>
Signed-off-by: gterzian <[email protected]>
Signed-off-by: gterzian <[email protected]>
Signed-off-by: gterzian <[email protected]>
Signed-off-by: gterzian <[email protected]>
improve comment on result add comment on backpressure Signed-off-by: gterzian <[email protected]>
Signed-off-by: gterzian <[email protected]>
Signed-off-by: gterzian <[email protected]>
update test expectations Signed-off-by: gterzian <[email protected]>
Signed-off-by: gterzian <[email protected]>
remove redundant logic in pending writes Signed-off-by: gterzian <[email protected]>
Signed-off-by: gterzian <[email protected]>
Signed-off-by: gterzian <[email protected]>
…states Signed-off-by: gterzian <[email protected]>
Signed-off-by: gterzian <[email protected]>
Signed-off-by: gterzian <[email protected]>
Signed-off-by: gterzian <[email protected]>
Signed-off-by: gterzian <[email protected]>
Signed-off-by: gterzian <[email protected]>
…ecking close and error states Signed-off-by: gterzian <[email protected]>
Signed-off-by: gterzian <[email protected]>
Signed-off-by: Taym Haddadi <[email protected]>
Signed-off-by: Taym Haddadi <[email protected]>
bebc486 to
d611717
Compare
Implement https://streams.spec.whatwg.org/#rs-pipe-to
Part of #34676
./mach build -ddoes not report any errors./mach test-tidydoes not report any errors