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

foolip approved this pull request.

LGTM % nit, thanks Anne!

> @@ -6095,7 +6094,13 @@ that RFC's normative processing requirements to be compatible with deployed cont
 
    <li><p>If <var>body</var> is failure, then return failure.
 
-   <li><p>Remove the last 7 code points from <var>mimeType</var>.
+   <li><p>Remove trailing U+0020 SPACE <a>code points</a> from <var>mimeType</var>, if any.

Do you think it'd be worth pointing out that just not implementing these steps would have no observable effect, since the MIME parser will ignore it? Or if it can make a difference (didn't check deeply) pointing that out, to avoid someone making that optimization.

-- 
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-91054445

Received on Wednesday, 24 January 2018 03:10:00 UTC