- From: Mike West <notifications@github.com>
- Date: Tue, 28 Mar 2017 05:53:02 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 28 March 2017 12:53:54 UTC
In order to support checks like those sketched out in [1], it would
be helpful to record at parse-time whether or not tabs and newline
characters were stripped from a given URL. This patch does so by
adding a cleverly-named flag that could be referenced from other
specifications. Fetch, for instance.
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/url/pull/284
-- Commit Summary --
* Record whether the URL parser removed newlines.
-- File Changes --
M url.bs (13)
-- Patch Links --
https://github.com/whatwg/url/pull/284.patch
https://github.com/whatwg/url/pull/284.diff
--
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
Received on Tuesday, 28 March 2017 12:53:54 UTC