- From: cybai <notifications@github.com>
- Date: Thu, 10 Jan 2019 18:44:56 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 11 January 2019 02:45:17 UTC
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