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

domenic commented on this pull request.



> @@ -5685,7 +5686,14 @@ that RFC's normative processing requirements. [[RFC2397]]
 
  <li><p>Set <var>mimeTypeBytes</var> to the <a>isomorphic encode</a> of <var>mimeType</var>.
 
- <li><p>Return <var>mimeTypeBytes</var> and <var>body</var>.
+ <li><p>Let <var>dataURLStruct</var> be a <a>struct</a> consisting of a

I dunno, I think people might want to reuse this parser more generally, and I think it's good to have it be standalone from the rest of the spec.

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

Received on Friday, 18 August 2017 14:33:11 UTC