Re: [whatwg/url] Make URLSearchParams' record constructor more flexible (#204)

Another option could be to **only** allow arrays as values?

```json
{
  "header1": ["value"],
  "header2": ["value1", "value2"]
}
```

-- 
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/pull/204#issuecomment-279325938

Received on Monday, 13 February 2017 08:47:30 UTC