Re: [whatwg/url] New URLSearchParams algorithm does not check if optional init variable is set (#333)

It looks like <var>init</var> is the empty string then, see declaration https://url.spec.whatwg.org/#interface-urlsearchparams:

```js
[Constructor(optional (sequence<sequence<USVString>> or record<USVString, USVString> or
USVString) init = ""), Exposed=(Window,Worker)]
```

-- 
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/333#issuecomment-313926970

Received on Sunday, 9 July 2017 15:33:57 UTC