Re: [whatwg/url] Consider adding a constructor to make a URL from parts (#354)

@viktor-ku The last comment there doesn't read as a "no" as much as a possible "not yet". There is already things to look at for ideas, like with Node's [`url.format`](https://nodejs.org/api/url.html#url_url_format_urlobject), which is effectively your `URL.from` with slightly different features. `url.format` does in my experience have a slightly awkward API, so emulating that too directly is probably a bad idea IMHO.

-- 
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/354#issuecomment-509801286

Received on Tuesday, 9 July 2019 20:48:24 UTC