[whatwg/dom] Consider adding document.parseURL(url) (#356)

https://github.com/whatwg/url/issues/71 has a long discussion over whether the second argument in `new URL()` should perhaps default to something from the environment. The conclusion from that thread appears to be that it would be better to instead expose a convenience method on the object where that default would come from.

This would basically parse a URL against the base URL of the document.

-- 
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/dom/issues/356

Received on Friday, 28 October 2016 12:57:06 UTC