/streams/transform-streams/terminate.any.html| status | subtest | message |
|---|---|---|
| PASS | controller.terminate() should error pipeTo() | |
| PASS | controller.terminate() should prevent remaining chunks from being processed | |
| PASS | controller.enqueue() should throw after controller.terminate() | |
| FAIL | controller.error() after controller.terminate() with queued chunk should error the readable | assert_unreached: Should have rejected: abort() should reject with a TypeError Reached unreachable code |
| FAIL | controller.error() after controller.terminate() without queued chunk should do nothing | assert_unreached: Should have rejected: abort() should reject with a TypeError Reached unreachable code |
| FAIL | controller.terminate() inside flush() should not prevent writer.close() from succeeding | promise_test: Unhandled rejection with value: object "TypeError: The transform stream has been terminated" |
bundle built 2026-07-16T07:16:48.063Z