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

annevk commented on this pull request.



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

Yeah that sounds like a good idea. I mainly clean up here in case we want to add some kind of error reporting to the MIME type parser later.

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

Received on Wednesday, 24 January 2018 09:37:08 UTC