- From: Keita Suzuki <notifications@github.com>
- Date: Wed, 26 Nov 2025 17:15:45 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 27 November 2025 01:15:49 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 Thanks for checking. On any case, we use the fetchParam's timing info in the [fetch response handover](https://whatpr.org/fetch/1832/60e9ff5...c989ab9.html#fetch-finale), and build the resource timing info in step 4-8, so I think it is OK to keep the draft as is. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1832#discussion_r2566876478 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1832/review/3513218739@github.com>
Received on Thursday, 27 November 2025 01:15:49 UTC