- From: Noam Rosenthal <notifications@github.com>
- Date: Thu, 04 Mar 2021 03:18:21 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 4 March 2021 11:18:34 UTC
@noamr commented on this pull request. > +<dl> + <dt><dfn for="fetch timing info">redirect start time</dfn> (default zero) + <dd>A <a for=/>DOMHighResTimeStamp</a> + <dt><dfn for="fetch timing info">redirect end time</dfn> (default zero) + <dd>A <a for=/>DOMHighResTimeStamp</a> + <dt><dfn for="fetch timing info">fetch start time</dfn> (default zero) + <dd>A <a for=/>DOMHighResTimeStamp</a> + <dt><dfn for="fetch timing info">request start time</dfn> (default zero) + <dd>A <a for=/>DOMHighResTimeStamp</a> + <dt><dfn for="fetch timing info">response start time</dfn> (default zero) + <dd>A <a for=/>DOMHighResTimeStamp</a> + <dt><dfn for="fetch timing info">response end time</dfn> (default zero) + <dd>A <a for=/>DOMHighResTimeStamp</a> + <dt><dfn for="fetch timing info">worker start time</dfn> (default zero) + <dd>A <a for=/>DOMHighResTimeStamp</a> + <dt><dfn for="fetch timing info">encoded body size</dfn> (default zero) In some cases it can be read from the header, but isn't content-length optional? -- 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_r587381940
Received on Thursday, 4 March 2021 11:18:34 UTC