Re: [whatwg/url] Support relative URLs (#531)

Browsers only have a single URL parser that works as `new URL()` does (and as defined at https://url.spec.whatwg.org/#url-parsing). E.g., when parsing `<base href>` the location of the document is used. And in fact, the entirety of the web platform does this as it all builds upon this standard and its primitives.

-- 
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/531#issuecomment-660188253

Received on Friday, 17 July 2020 16:00:28 UTC