- From: Noam Rosenthal <notifications@github.com>
- Date: Wed, 17 Mar 2021 06:39:36 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 17 March 2021 13:39:52 UTC
@noamr commented on this pull request. > <li><p>Set <var>response</var> to the result of invoking <a for=/>handle fetch</a> for <var>requestForServiceWorker</var>. [[!HTML]] [[!SW]] <li> <p>If <var>response</var> is not null, then: <ol> + <li><p>Set <var>fetchParams</var>'s <a for="fetch params">timing info</a>'s + <a for="fetch timing info">response start time</a> to the <a for=/>unsafe shared current time</a>. + + <li><p>Set <var>timingInfo</var>'s <a for="fetch timing info">encoded body size</a> and + <a for="fetch timing info">decoded body size</a> to <var>response</var>'s + `<code>Content-Length</code>` <a for=/>header</a>. Yes I got that part, I meant about the comment: "Should we also set this field for service worker responses". -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1185#discussion_r596026114
Received on Wednesday, 17 March 2021 13:39:52 UTC