- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 28 Dec 2016 09:37:05 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 28 December 2016 17:38:36 UTC
> We could maybe also normalize the serialization, but that would require impl changes.
Hmm, would it? Assuming `new URL("http://:@domain.com/").href` is the correct test, that yields:
- Firefox: TypeError
- Chrome: "http://domain.com/"
- Edge: Error
--
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/181#issuecomment-269511415
Received on Wednesday, 28 December 2016 17:38:36 UTC