- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 22 May 2017 21:01:36 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 23 May 2017 04:02:15 UTC
@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