Javascript – Is fetch read stream data after all chunk received but not read once a chunk received?
I am handling stream response which content-type is text/event-stream with fetch, reader and decoder, however it seems that the reader returns after all chunk received, this is not as excepted since I thought reader will return when chunk received as…