Re: [whatwg/fetch] Define data: URLs (#579)

domenic 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.

There are no tests that hit this condition.

-- 
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#pullrequestreview-91421281

Received on Thursday, 25 January 2018 06:17:41 UTC