- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 17 Jul 2020 09:00:15 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 17 July 2020 16:00:28 UTC
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