Results 262 comments of Khafra

https://github.com/nodejs/undici/issues/82

Would you like to send a PR for this? Remember to add a test.

> * diagnostics channels is this something we're absolutely landing? Also hopefully https://github.com/nodejs/undici/pull/2727 is included in the fetch stuff, it's slightly older so I'm hoping it won't get missed.

I have yet to see justification for dropping v18. What benefit is there in dropping it?

I'll trust you on that, I guess I would be a -0 on dropping it.

> I actually think that the original implementation is better. I agree

> can you confirm that using Request directly is not reading the whole thing fetch does read the entire body, but it doesn't buffer it. Each chunk transmitted has to...

> Do you think this would feasible or spec compliant? I think it's both feasible and spec compliant. The spec doesn't mention when the body should be available nor should...

After reading through https://github.com/whatwg/html/issues/2177, I am a +1 on adding this in a different capacity. Like WebSocket, browsers (mostly Chrome) have seemingly given up on EventSource and have held back...