- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 25 Jan 2018 06:17:24 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 25 January 2018 14:17:46 UTC
annevk commented on this pull request. > @@ -6074,6 +6074,11 @@ that RFC's normative processing requirements to be compatible with deployed cont <li><p>Let <var>mimeType</var> be the result of <a>collecting a sequence of code points</a> that are not equal to U+002C (,), given <var>position</var>. + <li> + <p><a>Strip leading and trailing ASCII whitespace</a> from <var>mimeType</var>. + + <p class="note">This will only remove U+0020 <a>code points</a>, if any. + <li><p>If <var>position</var> is past the end of <var>input</var>, then return failure. Good catch, I added some. -- 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/fetch/pull/579#discussion_r163853824
Received on Thursday, 25 January 2018 14:17:46 UTC