- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 20 Oct 2020 00:08:40 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 20 October 2020 07:08:52 UTC
I'm not sure what you mean? ```js x = new URLSearchParams("test+test=x+x"); console.log(x.get("test test")) // "x x" ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/url/issues/556#issuecomment-712642998
Received on Tuesday, 20 October 2020 07:08:52 UTC