- From: Yoav Weiss <notifications@github.com>
- Date: Tue, 30 Aug 2022 03:04:43 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 30 August 2022 10:04:56 UTC
@yoavweiss commented on this pull request. > @@ -4383,6 +4383,13 @@ steps: <li><p>Let <var>bodyInfo</var> be <var>response</var>'s <a for=response>body info</a>. + <li><p>Let <var>mimeType</var> be the empty string if <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 Can this be called with an opaque response? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1481#pullrequestreview-1090027823 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1481/review/1090027823@github.com>
Received on Tuesday, 30 August 2022 10:04:56 UTC