/streams/piping/general.any.html| status | subtest | message |
|---|---|---|
| PASS | Piping must lock both the ReadableStream and WritableStream | |
| PASS | Piping finishing must unlock both the ReadableStream and WritableStream | |
| FAIL | pipeTo must check the brand of its ReadableStream this value | Illegal invocation: function called with incorrect `this` reference. See https://developers.cloudflare.com/workers/observability/errors/#illegal-invocation-errors for details. |
| PASS | pipeTo must check the brand of its WritableStream argument | |
| PASS | pipeTo must fail if the ReadableStream is locked, and not lock the WritableStream | |
| PASS | pipeTo must fail if the WritableStream is locked, and not lock the ReadableStream | |
| PASS | Piping from a ReadableStream from which lots of chunks are synchronously readable | |
| PASS | Piping from a ReadableStream for which a chunk becomes asynchronously readable after the pipeTo | |
| PASS | an undefined rejection from pull should cause pipeTo() to reject when preventAbort is true | |
| PASS | an undefined rejection from pull should cause pipeTo() to reject when preventAbort is false | |
| PASS | an undefined rejection from write should cause pipeTo() to reject when preventCancel is true | |
| PASS | an undefined rejection from write should cause pipeTo() to reject when preventCancel is false | |
| PASS | pipeTo() should reject if an option getter grabs a writer | |
| PASS | pipeTo() promise should resolve if null is passed |
bundle built 2026-07-16T07:16:48.063Z