- From: Tomas <notifications@github.com>
- Date: Thu, 19 Dec 2024 09:27:40 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 19 December 2024 17:27:44 UTC
### What is the issue with the URL Standard? URLs such as `foo.com/?q=1&q=2` are valid and distinct than `foo.com/?q=1` and `foo.com/?q=2`. Most server frameworks allow `q` to be a list containing all values (`[1, 2]` in the case above) However, there's no way to construct such parameters using existing `URLSearchParams` API. Is this intentionally not offered to dissuade use, or was there an RFC that said `q=1&q=2` is a wrongly formatted URL? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/url/issues/851 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/url/issues/851@github.com>
Received on Thursday, 19 December 2024 17:27:44 UTC