[whatwg/url] Remove "optional" for the init in URLSearchParams constructor? (#424)

As the algorithm of constructor has been updated to make URLSearchParams constructor always have an init parameter at #334, should we also update the `WebIDL` of it to not have `optional`?

```diff
- [Constructor(optional (sequence<sequence<USVString>> or record<USVString, USVString> or USVString) init = ""),
+ [Constructor((sequence<sequence<USVString>> or record<USVString, USVString> or USVString) init = ""), 
```

-- 
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/424

Received on Friday, 11 January 2019 02:45:17 UTC