Khafra
                                            Khafra
                                        
                                    fetch is contained to lib/fetch, the only difference would be that it would be moved to packages/fetch/lib and I couldn't directly require/import the files since they'd have to use workspace...
yes, those are all self-contained (and small relative to package size)
how would it improve developer experience? If developer = maintainer, the act of maintaining the tooling offsets any simplification (I don't see how adding more tooling could simplify the development...
web tests will still run in a monorepo though
`ws` is faster
@metcoder95
I don't remember any previous discussion but the stack trace lying to you doesn't seem like a great idea
> I find it surprising that there are no WPT changes, but that shouldn't block this from landing. wdym? we run WPTs for it in undici
> Especially as it feels pretty unique to multipart/form-data (at least for now). It is unique to multipart/form-data, as without the boundary type provided in the content-type header, it can't...
It looks like node implements [`ReadableByteStreamControllerShouldCallPull`](https://streams.spec.whatwg.org/#readable-byte-stream-controller-should-call-pull) and [`ReadableStreamDefaultControllerShouldCallPull`](https://streams.spec.whatwg.org/#readable-stream-default-controller-should-call-pull) correctly, which makes me think it's not an issue with them. I don't know enough about the webstream spec to give a...