Datner

Results 86 comments of Datner

Hi @alicanerdurmaz , You're "looking" in the wrong end here. You're using the existing `Link` that will use some default `Link` implementation, or one provided by the `RouterContext`. So your...

--- I understand that the team don't see this as an issue and are not interested in 'fixing' it as it is not considered broken. This is fine, I accept...

@arekmaz this would be right if we were validating, but we're parsing. And more importantly, multipart forms are designed such that you can take a single one, or get all...

@arekmaz I have no idea what you are basing this on... intuition? rationalization? [the spec for `form-urlencoded`](https://url.spec.whatwg.org/#application/x-www-form-urlencoded) doesn't say this [the api for `form-urlencoded`](https://url.spec.whatwg.org/#interface-urlsearchparams) doesn't say this [the api for...

@arekmaz > the canonical shape should be `string[]` But we're not whatwg, we don't get to decide, and they decided it's a sum type `string | string[]`. > every field...

I don't understand, this is not an issue. We **agree** that this is not an issue. I _showed_ exactly how this behaves. single value ```ts const sp1 = new URLSearchParams([['a',...