blob: c72ce18de4ad82cbc5a038a4c6c325a13f253c57 [file] [log] [blame]
FAIL ReadableStreamController methods should continue working properly when scripts lose their reference to the readable stream promise_test: Unhandled rejection with value: object "TypeError: ReadableStream is not readable"
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