[whatwg/url] UrlSearchParams.set stringifier clarification (#383)

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