- From: Marcin K <notifications@github.com>
- Date: Sun, 29 Apr 2018 14:20:45 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 29 April 2018 21:21:08 UTC
According to spec UrlSearchParams.set have the following definition: ``` void set(USVString name, USVString value); ``` But we discovered that stringifier is called on value. What is the recommendation for [typescript typings](https://github.com/Microsoft/TSJS-lib-generator/issues/464) ? @saschanaz -- 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/383
Received on Sunday, 29 April 2018 21:21:08 UTC