Re: [whatwg/url] Record whether the URL parser removed newlines. (#284)

@achristensen07 where would it belong? You can't do it after-the-fact since then newlines are gone and `>` is percent-encoded (and I don't think you want to fail fetching on the percent-encoded variant, that'd just be wrong).

It would be observable to JavaScript through due to the Fetch integration. Implementing this in a single-pass implementation seems relatively straightforward though if you already do whitespace removal that way already.

-- 
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/pull/284#issuecomment-303284502

Received on Tuesday, 23 May 2017 04:02:15 UTC