Re: [whatwg/url] empty auth vs no auth -- same? (#181)

> 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