- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 26 Sep 2022 04:57:11 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 26 September 2022 11:57:23 UTC
@annevk commented on this pull request. > + <li><p>Let <a for=response>body info</a>'s <a for="response body info">content type</a> be the + empty string if <var>response</var>'s <a for=response>type</a> is "<code>opaque</code>" or + <var>fetchParams</var>'s <a for="fetch params">request</a>'s <a for=request>mode</a> is + `<code>navigate</code>` and <var>response</var>'s <a for=response>URL</a>'s + <a for=url>origin</a> is not <a>same origin</a> with <var>request</var>'s + <a for=request>origin</a>, and result of <a for="header list">extracting a MIME type</a> from + <var>response</var>'s <a for=response>header list</a> otherwise. I have similar concerns here to your other PR about the same origin check and redirects, and also how to word otherwise cases. Also, when you can only "let" a variable, you need to "set" a field ("to" something). -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1481#pullrequestreview-1120090697 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1481/review/1120090697@github.com>
Received on Monday, 26 September 2022 11:57:23 UTC