- From: Noam Rosenthal <notifications@github.com>
- Date: Tue, 16 Mar 2021 04:50:25 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 16 March 2021 11:50:38 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>. I don't understand the proposal, this line specifically sets this field for service-worker response. It's roughly tests, I agree that more tests would be better. -- 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_r595095423
Received on Tuesday, 16 March 2021 11:50:38 UTC