- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 30 Aug 2017 08:25:14 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 30 August 2017 15:25:39 UTC
annevk commented on this pull request. > + + <li><p>Remove the leading "<code>data:</code>" string from <var>input</var>. + + <li><p>Let <var>position</var> point at the start of <var>input</var>. + + <li><p>Let <var>encodedMimeType</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>If <var>position</var> is past the end of <var>input</var>, then return failure. + + <li><p>Advance <var>position</var> by 1. + + <li><p>Let <var>encodedBody</var> be the remainder of <var>input</var>. + + <li><p>Let <var>mimeTypeBytes</var> be the <a>string percent decoding</a> of That's because the corresponding PR in URL hasn't landed. -- 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_r136102855
Received on Wednesday, 30 August 2017 15:25:39 UTC