Re: [whatwg/url] All the other network schemes (#241)

Scheme-specific processing generally shouldn't happen in the URL parser. That it happens at all in the URL Standard is an enshrined legacy bug. Scheme-specific processing should happen on top of a URL record, in a different layer of the system.

-- 
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/241#issuecomment-278898997

Received on Friday, 10 February 2017 09:38:20 UTC