- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 25 Nov 2022 06:01:05 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 25 November 2022 14:01:18 UTC
@domenic approved this pull request. Seems OK, although stretching things a bit. > </ol> - <li><p>If <var>mimeType</var> starts with U+003B (;), then prepend "<code>text/plain</code>" - to <var>mimeType</var>. + <li><p>If <var>mimeType</var> <a for=string>starts with</a> U+003B (;), then prepend Technically this also should be `"<code>;</code>"` since it takes a string as input. > + <p>If <var>mimeType</var> <a for=string>ends with</a> U+003B (;), followed by zero or more + U+0020 SPACE, followed by an <a>ASCII case-insensitive</a> match for "<code>base64</code>", then: Eh, doesn't really meet the definition (which takes as input a string), so I'd lean toward not linking it, but it's probably fine... -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1548#pullrequestreview-1194479487 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1548/review/1194479487@github.com>
Received on Friday, 25 November 2022 14:01:18 UTC