- From: Keita Suzuki <notifications@github.com>
- Date: Tue, 15 Jul 2025 19:08:37 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 16 July 2025 02:08:41 UTC
@quasi-mod commented on this pull request. > - <ol> - <li><p>Set <var>fetchParams</var>'s <a for="fetch params">timing info</a>'s - <a for="fetch timing info">final service worker start time</a> to - <var>serviceWorkerStartTime</var>. + <p>If <var>fetchResponse</var> is non-null, then: + <ol> + <li><p>If<var>fetchResponse</var> is <a for=/>response</a>, then: + <ol> + <li><p>Set <var>response</var> to <var>fetchResponse</var>. + <li><p>Set <var>fetchParams</var>'s <a for="fetch params">timing info</a>'s + <a for="fetch timing info">final service worker start time</a> to + <var>serviceWorkerStartTime</var>. + <li><p>Set <var>fetchParams</var>'s <a for="fetch params">timing info</a>'s I have to double check, but I think you are right. We already set the timing info directly to fetch timing info, so maybe we do not need to set them to the response. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1832#discussion_r2209054099 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1832/review/3022872436@github.com>
Received on Wednesday, 16 July 2025 02:08:41 UTC