How to stop reading from a ReadableStream?
the
break stops the for loop, but it doesnt exit? because it only logs the user after the readable stream is completed. i dont want to wait for the stream to complete/end, i want to get user immidiately after break is called.here
readable is ReadableStream