/streams/readable-streams/garbage-collection.any.html| status | subtest | message |
|---|---|---|
| FAIL | ReadableStreamController methods should continue working properly when scripts lose their reference to the readable stream | promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'error' on 'ReadableStreamDefaultController': parameter 1 is not of type 'Value'." |
| PASS | ReadableStream closed promise should fulfill even if the stream and reader JS references are lost | |
| PASS | ReadableStream closed promise should reject even if stream and reader JS references are lost | |
| PASS | Garbage-collecting a ReadableStreamDefaultReader should not unlock its stream | |
| PASS | A ReadableStream and its reader should not be garbage collected while there is a read promise pending |
bundle built 2026-07-16T07:16:48.063Z