- From: Noam Rosenthal <notifications@github.com>
- Date: Tue, 03 Jan 2023 00:08:13 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 3 January 2023 08:08:26 UTC
@noamr commented on this pull request. > @@ -4621,7 +4621,11 @@ steps: <a for="fetch params">request</a>'s <a for=request>client</a> is a <a>secure context</a>, then set <var>timingInfo</var>'s <a for="fetch timing info">server-timing headers</a> to the result of <a for="header list">getting, decoding, and splitting</a> `<code>Server-Timing</code>` - from <var>response</var>'s <a for=response>header list</a>. + from <var>response</var>'s <a for="filtered response">internal response</a>'s + <a for=response>header list</a>. It could be a standard CORS/same-origin response. Would that still be a filtered response? Is there a shorthand for receiving the "internal response if it's filtered or the regular response otherwise"? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1584#discussion_r1060347509 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1584/review/1234192299@github.com>
Received on Tuesday, 3 January 2023 08:08:26 UTC