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

@chyzwar both name and value have ToString called, as that's how IDL works: https://heycam.github.io/webidl/. I don't know what TypeScript normally does for IDL, but I recommend following an established pattern from that community.

This doesn't seem entirely in scope of this standard though and is maybe better discussed within the TypeScript community or Stack Overflow or some such.

-- 
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#issuecomment-385319834

Received on Monday, 30 April 2018 06:14:30 UTC